15.01.2012, 18:06
That warning Loose indentation, you just need to line that return.
About that thing with money, try to fix those things,
into
And add this if you don't have it.
About that thing with money, try to fix those things,
PHP код:
PlayerInfo[playerid][pCash] = GetPlayerCash(playerid);
PHP код:
PlayerInfo[playerid][pCash] = GetPlayerMoney(playerid);
PHP код:
OnPlayerSpawn(playerid);
{
SetPlayerMoney(playerid, PlayerInfo[playerid][pCash]);
return 1;
}