GameTextForPlayer - 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: GameTextForPlayer (
/showthread.php?tid=563094)
GameTextForPlayer -
TaiChi - 13.02.2015
i Need Help.
The GameTextForPlayer Don't Work For me
I've add it in Onplayerconnect And She Doesn't Working
PHP код:
new show[50];
format(show,sizeof(show), "%i~g~$", GetPlayerMoney(playerid));
GameTextForPlayer(playerid, show, 5000, 1);
And When i add it to OnPlayerSpawn he work
Please aNeed help
Re: GameTextForPlayer -
scout322 - 14.02.2015
Leave it at OnPlayerSpawn , why do you need it in OnPlayerConnect ?
If you want you can add it to the
Код:
public OnPlayerRequestClass(playerid, classid)
That would work the same
Re: GameTextForPlayer -
Aerotactics - 14.02.2015
Or better yet under OnPlayerSpawn