SA-MP Forums Archive
Error - 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: Error (/showthread.php?tid=511318)



Error - Ananisiki - 04.05.2014

~~~~~~~~~~


Re: Error - Abagail - 04.05.2014

Maybe try showing it again after this code? It seams like a pretty easy fix.


Re: Error - Ananisiki - 04.05.2014

I have like this

pawn Код:
pStats[playerid] .....
pStats8playerid] .....

// all that

TextDrawShowForPlayer(playerid, jointextdraw);



Re: Error - Smileys - 05.05.2014

could you show us your whole OnPlayerConnect, along with your code where you create your textdraw.


Re: Error - BroZeus - 05.05.2014

not sure but there is a "return 1" before textdraw show function so the code will never reach to textdraw function remove return before that where necessary.