14.09.2015, 08:24
Quote:
|
i think this code will give 25 score and 15000 cash for all players which are already registered!!
|
Use
pawn Код:
SetPlayerScore(playerid, 25);
pawn Код:
GivePlayerMoney(playerid, 15000);
pawn Код:
public OnPlayerConnect(playerid)
pawn Код:
public OnPlayerConnect(playerid)
{
GivePlayerMoney(playerid, 15000);
SetPlayerScore(playerid, 25);
return 1;
}


