SA-MP Forums Archive
textdraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: textdraw (/showthread.php?tid=585491)



textdraw - Karolukas123 - 14.08.2015

hey.. i cant find error..





Re: textdraw - gurmani11 - 14.08.2015

what does p stands for ?

Код HTML:
new TAKSOMETREAS3[MAX_PLAYERS];
TAKSOMETREAS3[playerid]
^ is correct way
if they are more than one
Код HTML:
new TAKSOMETREAS3[MAX_PLAYERS][2];
TAKSOMETREAS3[0][playerid]
TAKSOMETREAS3[1][playerid]



Re: textdraw - Karolukas123 - 14.08.2015

i fix it..

know his error on here: PlayerTextDrawHide(playerid, TAKSOMETRAS3[playerid]);
warning 213: tag mismatch


Re: textdraw - Sawalha - 14.08.2015

make sure it's defined same as this:
pawn Код:
new PlayerText:TAKSOMETRAS3[MAX_PLAYERS];