CLEO Help Resolved

CLEO related
Status
Not open for further replies.

zaki19

Well-known member
Joined
Feb 27, 2013
Messages
393
Reaction score
0
hi guys i make this it work but it send the position not the zone name



wait 1
Actor.StorePos($PLAYER_ACTOR, 1@, 2@, 3@)
0843: get_zone_at 1@ 2@ 3@ nameA_to s$8216 // 8-byte string
0AF9: samp say_msg " i am At %d " s$8216
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Re: send eone name simple code proble

You should change s$8216  to $8216
If it's still not working change $8216 to 4@
 

zaki19

Well-known member
Joined
Feb 27, 2013
Messages
393
Reaction score
0
Re: send eone name simple code proble

i find out how to fix

i change
0AF9: samp say_msg " i am At %d " s$8216
to
0AF9: samp say_msg " i am At %s " s$8216

so %d is nubers
a,d %s is for names
 
Status
Not open for further replies.
Top