Server Problem
#6

Код:
public OnPlayerUpdate(playerid)
{
	if(!IsPlayerConnected(playerid)) return 0;
	// No weapons in interiors
	if(GetPlayerInterior(playerid) != 0 && GetPlayerWeapon(playerid) != 0) {
	    SetPlayerArmedWeapon(playerid,0); // fists
	    return 0; // no syncing until they change their weapon
	}
	return 1;
}
This is the line that is wriiten in the gamemode....What should i do
Reply


Messages In This Thread
Server Problem - by AryanV - 01.11.2013, 15:06
Re: Server Problem - by Konstantinos - 01.11.2013, 15:13
Re: Server Problem - by AryanV - 02.11.2013, 04:04
Re: Server Problem - by AryanV - 02.11.2013, 08:33
Re: Server Problem - by Astralis - 02.11.2013, 08:35
Re: Server Problem - by AryanV - 02.11.2013, 08:43
Re: Server Problem - by AryanV - 02.11.2013, 09:19

Forum Jump:


Users browsing this thread: 2 Guest(s)