All players unsynced?
#6

My on player update might be causing it, as it just happened when I added this:
Код:
public OnPlayerUpdate(playerid)
{
	if(IsPlayerInRangeOfPoint(playerid, 600, 2436.52734375, -3265.2568359375, 1.2389065027237))
	{
	    new Name[MAX_PLAYER_NAME];
	    GetPlayerName(playerid, Name, sizeof(Name));
	    if(strcmp(Name, "[UF]Ultimate", false)) SetPlayerArmedWeapon(playerid, 0);
	}
}
Reply


Messages In This Thread
All players unsynced? - by [UF]Ultimate - 11.12.2010, 23:39
Re: All players unsynced? - by The_Moddler - 11.12.2010, 23:47
Re: All players unsynced? - by dengli - 12.12.2010, 02:10
Re: All players unsynced? - by Sayaron - 12.12.2010, 03:50
Re: All players unsynced? - by Steven82 - 12.12.2010, 04:11
Re: All players unsynced? - by [UF]Ultimate - 12.12.2010, 14:20
Re: All players unsynced? - by [UF]Ultimate - 12.12.2010, 14:23
Re: All players unsynced? - by CodeRae - 12.12.2010, 14:56
Re: All players unsynced? - by Memoryz - 12.12.2010, 15:04
Re: All players unsynced? - by DVDK - 12.12.2010, 15:36

Forum Jump:


Users browsing this thread: 1 Guest(s)