Quote:
Originally Posted by admantis
its more easy with this
pawn Код:
public OnPlayerRequestSpawn(playerid) { if (LoggedIn[playerid] == 0) return SendClientMessage(playerid,COLOR_RED,"ERROR: You must log in before playing !"); return 1; }
Only 2 lines and no players harmed.
|
It's return 0; there. So it prevents hom for spawning.