Posts: 67
Threads: 31
Joined: Jan 2011
Reputation:
0
the is the prblem
how to make giveplayer money for new player, i mean the first money when they have registered
Max_Coldheart
Unregistered
pawn Код:
public OnPlayerSpawn
{
GivePlayerMoney(playerid, TheAmountOfMoney);
return 1;
}
Posts: 539
Threads: 82
Joined: Sep 2009
Reputation:
0
Lol the code is so wrong because it will give money everytime a player spawns, if you want to give money to player when hes playing first time you have to do such command when player registers.