24.06.2011, 17:48
pawn Код:
new Herro = 0;
forward BukLao ( ) ;
public OnPlayerSpawn(playerid) {
Herro = 1;
if(Herro == 1 ) {
SendClientMessage(playerid, COLOR_YELLOW, "You have received a phone from SoftBank type /myphonenumber to check your number!");
}
SetTimer("BukLao",1000,false);
return 1;
}
public BukLao ( ) {
Herro = 0;
}
EDIT: Fixed code