zaki19 Well-known member Joined Feb 27, 2013 Messages 393 Reaction score 0 Apr 1, 2014 #1 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
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 Apr 1, 2014 #2 Re: send eone name simple code proble You should change s$8216 to $8216 If it's still not working change $8216 to 4@ Upvote 0 Downvote
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 Apr 1, 2014 #3 Re: send eone name simple code proble both doesnt work Upvote 0 Downvote
zaki19 Well-known member Joined Feb 27, 2013 Messages 393 Reaction score 0 Apr 1, 2014 #4 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 Upvote 0 Downvote
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
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 273 Apr 1, 2014 #5 Re: send eone name simple code proble %d = decimals %s = string Check this out too http://ugbase.eu/requests-10/current-location-cleo/msg26732/#msg26732 Upvote 0 Downvote
Re: send eone name simple code proble %d = decimals %s = string Check this out too http://ugbase.eu/requests-10/current-location-cleo/msg26732/#msg26732