23.01.2015, 08:50
Quote:
Sorry to bump but I am actually curious as how to give the player the money saved in the value :P
|
Its Basicly like this:
PHP код:
OnPlayerSpawn(playerid)
{
GivePlayerMoney(playerid, YourMoneyVar[playerid])
return 1;
}