26.09.2009, 14:48
Quote:
Quote Place it in the command where they register. Which cmd is that then plz show me i havent seen a ... Code: public IsPlayerRegistered command PAWN Code: ExampleOfARegisterCommand(playerid,someparameters) { // Some code in your register command GivePlayerMoney(playerid,5000); return 1; } |