All players unsynced?
#10

Код:
new PlayerUpdate[MAX_PLAYERS];
public OnPlayerUpdate(playerid)
{
        PlayerUpdate[playerid] ++;
        if(PlayerUpdate[playerid] >= 15)
        {
		PlayerUpdate[playerid] = 0;
		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);
		}
	}
	return 1;
}
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)