12.11.2010, 18:46
Try taking out this:
And if it's that, you should see another method of checking whatever you are checking there.
pawn Код:
if(GetPlayerSkin(playerid) == 188)
{
GameTextForPlayer(playerid, "~r~Enter the password", 3000, 3);
IsRequestingSpawn[playerid] = 1;
return 0;
}