SA-MP Forums Archive
Help about text draw... - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help about text draw... (/showthread.php?tid=67593)



Help about text draw... - lukica - 02.03.2009

I made command where are 2 textdraws but they dont work...

I made this but id dont work...help please hot wo set this whitout errors

if(HaveTicket645[playerid] == 0) || (HaveTicket739[playerid] == 0)
{
......comamnd...
}



Re: Help about text draw... - Nubotron - 02.03.2009

pawn Код:
if ( !HaveTicket645[playerid] || !HaveTicket739[playerid] )



Re: Help about text draw... - lukica - 02.03.2009

tnx