22.08.2013, 03:20
So far I got this.
how do i give them 300 score? Also when they register, they will recieve it. I dont want it everytime they connect. Because it will be abused.
I want it to say " You have been automatically refunded". when they register. how?
Код:
public OnPlayerSpawn(playerid) { GivePlayerMoney(playerid, 50000); return 1; }
I want it to say " You have been automatically refunded". when they register. how?