Small & short questions

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
You don't need to forget it, you just need to "think" for some time. Here's the explanation :

You wrote this :
0B36: samp 2@ = get_player_nickname 1@
Which means 2@ will be the player nickname of the player id called 1@

and then you wrote this :
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
Which means 1@ will be the player id of the actor called 0@

But now the sanny builder will think to itself : "who da hell is that actor called 0@ ? He didn't tell me ffs."

So, as a result, since you want your own actor to be the effected player, then you should replace 0@ with "$PLAYER_ACTOR".

0B2B: samp 1@ = get_player_id_by_actor_handle $PLAYER_ACTOR
0B36: samp 2@ = get_player_nickname 1@
 

zaki19

Well-known member
Joined
Feb 27, 2013
Messages
393
Reaction score
0
hi pleasss give simple cleo that it show me a dialog with a list of theree option if i chosse the frst one it tp me to the first place if i chosse the second option t tp me to secnd place ... etc

and please can you translate samp func readme
 

Kilp

Member
Joined
Nov 4, 2013
Messages
12
Reaction score
0
Is it possible to change SCORE if im connected to roleplay server? And is it possible to to change name when i am connected to server.
 

Wut

Well-known member
Joined
Mar 1, 2013
Messages
338
Reaction score
1
Is it possible to change SCORE if im connected to roleplay server? And is it possible to to change name when i am connected to server.


You can't change your score. Is server sided.
You can change your name, with some s0beits, but that reconnects you with other name, same as you would /q, put other name and login again, but just faster.
 

Monstercat

Well-known member
Joined
Feb 26, 2013
Messages
281
Reaction score
5
Can i use $Test as well as 0@ ?

and... can I see which Local Variables i already use?

And what is the right Opcode for:

SAMP.IsCommandTyped(0@)
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Can i use $Test as well as 0@ ?

and... can I see which Local Variables i already use?

And what is the right Opcode for:

SAMP.IsCommandTyped(0@)

1. Yeah. But they're are bugged, if you're using multiple scripts that use globals some will fail.
2. Search them :-? :-?:-?
3. 0B35
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
sloth-no.gif
 

Monstercat

Well-known member
Joined
Feb 26, 2013
Messages
281
Reaction score
5
Hey i want to make a .cs and in this i need to get a Var. out of the Chat

Like:
[02:51:19] {FFEE00}* Blablablablablablablabla PlayerName/ID Blablablabla.

I want to get the PlayerName or ID so i can use it in:

/balbla PlayerName/ID asfsjadghdgf
 

zaki19

Well-known member
Joined
Feb 27, 2013
Messages
393
Reaction score
0
hi guys can you make me a cleo mod that check if player is streamed ( near from you pleassssssssssssse)
 

ZELENIY

New member
Joined
Jan 8, 2014
Messages
3
Reaction score
0
I would like to make you an offer. How can I contact with OPCODE.EXT or SonickTZ by skype / facebook.
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
103
How to get you're current player as a variable?
 

Dem0n

Active member
Joined
Apr 1, 2013
Messages
82
Reaction score
0
Location
Winland ^^
Anyone have Idea why I cant run two samp with one pc?
Using Sandboxie,sandboxie one only open SinglePlayer :/
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Anyone have Idea why I cant run two samp with one pc?
Using Sandboxie,sandboxie one only open SinglePlayer :/

I use 3.76 with patch/keygen by uuk and it's working fine on win 7 x64.
 

Dem0n

Active member
Joined
Apr 1, 2013
Messages
82
Reaction score
0
Location
Winland ^^
[quote author="Dem0n"]Anyone have Idea why I cant run two samp with one pc?
Using Sandboxie,sandboxie one only open SinglePlayer :/

I use 3.76 with patch/keygen by uuk and it's working fine on win 7 x64.[/quote]
Have idea how to I can check version? :D :D:D
Im using Vista 32bit.
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Mouse 2 over start.exe(prg files/sandboxie) properties - details section - file version/product version.
 

Dem0n

Active member
Joined
Apr 1, 2013
Messages
82
Reaction score
0
Location
Winland ^^
Mouse 2 over start.exe(prg files/sandboxie) properties - details section - file version/product version.
Oh thanks,I have same 3.76 :/
I tried re-install Samp/Gta Sa still wont work :F
Also tried start using Adminstor but wont work :( :(:(
 
Top