How to change it? - 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: How to change it? (
/showthread.php?tid=576649)
How to change it? -
FrankLucretti - 06.06.2015
removed
Re: How to change it? -
J0sh... - 06.06.2015
Change:
PHP код:
if(gTeam[playerid] == TEAM_COP && GetPlayerScore(playerid) <= 0)
To:
PHP код:
if(gTeam[playerid] == TEAM_COP)
Re: How to change it? -
FrankLucretti - 06.06.2015
isn't working :/
Re: How to change it? -
FrankLucretti - 06.06.2015
Doesn't work,
the player doesn't spawn ad all, if I click on spawn, nothing happens.
Re: How to change it? -
J0sh... - 06.06.2015
Show onplayerspawn and OnPlayerRequestClass