25.04.2011, 22:11
Try this, since giving 100 back will end up giving 100, so probbably any GivePlayerMoney stops it:
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, 1544.220703125,-1352.8216552734,329.47515869141);
SendClientMessage(playerid, 0xFFAE1CFF, "Do /Teamhelp to choose a team");
SetPlayerHealth(playerid, 99999);
GivePlayerMoney( playerid, 0 );
return 1;
}