30.09.2009, 01:06
Quote:
Originally Posted by [NaB
Hiitch - No srsly, Im a NaB ! ]
Try doing this with any script At the top put pawn Код:
pawn Код:
pawn Код:
Try that, if you get any errors, post them here and I will try and help correct them. |
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
if(xInfo[playerid][xLogged] == 0)
{
GameTextForPlayer(playerid,"~r~Log in or register before spawning!",5000,1);
return 0;
}
return 1;
}