17.12.2010, 19:51
pawn Код:
public OnPlayerRequestSpawn(playerid) // This is only when the player wants to spawn by clicking "SHIFT" at the skin selection screen.
{
SendClientMessage(playerid, 0xFFFFFFFF, "You have spawned!");
return 1;
}