[AJUDA]trazer todos da org
#1

Код:
CMD:trazerpms(playerid,params[])
	{
	    new Float:x, Float:y, Float:z;
	    GetPlayerPos(playerid, x, y, z);
	    for(new i = 0; i < MAX_PLAYERS; i++)
	    {
     		if(IsPlayerConnected(i) && PlayerInfo[playerid][pPM] == 1)
	        {
	            SetPlayerVirtualWorld(i, GetPlayerVirtualWorld(playerid));
	            SetPlayerInterior(i, GetPlayerInterior(playerid));
	            SetPlayerPos(i, x, y, z);
	        }
	    }
	    return 1;
	}
Se eu coloco assim >
Код:
if(IsPlayerConnected(i) && PlayerInfo[playerid][pPM])
vem todos do server!
Reply


Messages In This Thread
[AJUDA]trazer todos da org - by .ThePro - 09.04.2012, 02:26
Re: [AJUDA]trazer todos da org - by Cristhian - 09.04.2012, 02:29
Re: [AJUDA]trazer todos da org - by Lucas_Alemao - 09.04.2012, 02:30
Re: [AJUDA]trazer todos da org - by .ThePro - 09.04.2012, 02:38
Re: [AJUDA]trazer todos da org - by Đeagle - 09.04.2012, 02:42
Re: [AJUDA]trazer todos da org - by .ThePro - 09.04.2012, 02:58
Re: [AJUDA]trazer todos da org - by BlackCoder - 09.04.2012, 03:02
Re: [AJUDA]trazer todos da org - by .ThePro - 09.04.2012, 03:13
Re: [AJUDA]trazer todos da org - by .ThePro - 09.04.2012, 04:16

Forum Jump:


Users browsing this thread: 1 Guest(s)