21.08.2012, 06:29
pawn Код:
public OnPlayerSpawn(playerid)
{
if(!gHasPlayerChosenSkin[playerid]) {
gHasPlayerChosenSkin[playerid] = 1;
ShowPlayerDialog(playerid, 3497, DIALOG_STYLE_INPUT, "Select the skin you wish to use", "Please input the Skin ID you wish to use", "Choose", "Default");
}
if(!gPlayerLogged{playerid})
{
SendClientMessageEx(playerid, COLOR_WHITE, "ERROR: You are not logged in!");
Kick(playerid);
return 1;
}
return 1;
}