Quote:
Originally Posted by BenJackster
Cleanboy, add this OnPlayerConnect in Filterscript.
pawn Code:
public OnPlayerConnect(playerid) { TextDrawShowForPlayer(playerid,Textdraw0); TextDrawShowForPlayer(playerid,Textdraw1); TextDrawShowForPlayer(playerid,Textdraw2); TextDrawShowForPlayer(playerid,Textdraw3); TextDrawShowForPlayer(playerid,Textdraw4); TextDrawShowForPlayer(playerid,Textdraw5); TextDrawShowForPlayer(playerid,Textdraw6); TextDrawShowForPlayer(playerid,Textdraw7); return 1; }
Compile it, and replace the old .amx with the new one. Re-load the Filterscript, Go In-Game. :c
|
Also use textdrawhideforplayer ok onplayerspawn ! Sorry replying from phone, ill post a better explenation latter on!