HELP!! Weird but big bug
#1

Okay

Код:
forward aspawn(playerid);
public OnPlayerSpawn(playerid)
{
	if (AccountInfo[playerid][AdminLevel] >= 1 || IsPlayerAdmin(playerid))
		{
			SetTimer("aspawn",2000,false);
		}
	else SendClientMessage(playerid, RED, "Info: Regulary spawned");
	return 1;
}
Then below it:
Код:
public aspawn(playerid)
{
	SetPlayerPos(playerid,-911.0206,2686.2388,42.3703,42.9066);
	SendClientMessage(playerid, RED, "Info: Spawned as admin");
}
But holy hell, everytime ID 0 gets TPed to the admin HQ D: Why?
Reply


Messages In This Thread
HELP!! Weird but big bug - by Striker_Moe - 08.09.2009, 15:49
Re: HELP!! Weird but big bug - by Correlli - 08.09.2009, 15:50
Re: HELP!! Weird but big bug - by Striker_Moe - 08.09.2009, 15:53
Re: HELP!! Weird but big bug - by Correlli - 08.09.2009, 15:56
Re: HELP!! Weird but big bug - by Striker_Moe - 08.09.2009, 15:58
Re: HELP!! Weird but big bug - by Clavius - 08.09.2009, 17:23

Forum Jump:


Users browsing this thread: 1 Guest(s)