CLEO Help playertextdraw not showing up

CLEO related
Status
Not open for further replies.

Cape

Member
Joined
Aug 23, 2018
Messages
7
Reaction score
0
so, with a normal textdraw (https://wiki.sa-mp.com/wiki/TextDrawCreate ) the script is working fine. however, with a playertextdraw (https://wiki.sa-mp.com/wiki/CreatePlayerTextDraw ) the script does not work anymore.

this is the example code i'm using to test it

Code:
while true
wait 0
if 0C5D: samp textdraw -1 is_exists
then
    print "exists" 2000
end
end

so with a normal textdraw it appears with 'exists' however with a player textdraw it does not.

could use some help with why it is not working

thank you
 
Status
Not open for further replies.
Top