Quote:
Originally Posted by J@mEs
pawn Код:
public OnPlayerRequestSpawn(playerid) { foreach (Player, i) { Itter_Random(Player, i) TogglePlayerSpectating(playerid, 1); PlayerSpectatePlayer(playerid, i); PlayerInfo[playerid][pSQLId] = INVALID_SQL_ID; FindPlayerSQL(playerid); if(PlayerInfo[playerid][pSQLId] > INVALID_SQL_ID) { gPlayerAccount[playerid] = 1; ShowLoginDialog(playerid); } else { gPlayerAccount[playerid] = 0; ShowRegDialog(playerid); } } }
I tried this and it fails
|
In what does it exacly fail? gimme errors.