Filterscript - 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: Filterscript (
/showthread.php?tid=479652)
Filterscript -
Ananisiki - 06.12.2013
^^^^^^^^
Re: Filterscript -
TahaAsif12 - 06.12.2013
post ur /stats cmd
Re: Filterscript -
Ananisiki - 07.12.2013
^^^^^^^^
Re: Filterscript -
batonsa - 07.12.2013
Could be due to the fact that you are only using 32 cells for your string, try increasing that number.
Re: Filterscript -
Ananisiki - 08.12.2013
^^^^^^^^
Re: Filterscript -
newbie scripter - 08.12.2013
did u make
pawn Код:
new PlayerText:/* TD name */ [MAX_PLAYERS];
Re: Filterscript -
Ananisiki - 08.12.2013
^^^^^^^^
Re: Filterscript -
Roel - 08.12.2013
This may sound stupid, but are you sure you created the textdraws for that player? Because I can't really see something that is wrong at this cmd.
Re: Filterscript -
Brandon_More - 08.12.2013
pawn Код:
TextDrawShowForPlayer(playerid, TEXTDRAWNAME);
Re: Filterscript -
Ananisiki - 08.12.2013
^^^^^^^^