None of the commands work
#4

Код:
  
new cmd[256];
Also you may want to read http://forum.sa-mp.com/index.php?topic=78026.0
Код:
if(!strcmp("/enter", cmdtext))
{
     if(IsPlayerConnected(playerid))
 	{
         if(IsPlayerInRangeOfPoint(playerid, 8.0, 2255.1226, -1517.4423, 519.2906))// float Range goes behind playerid not at the end
      	{
            SetPlayerInterior(playerid, 1);
            SetPlayerFacingAngle(playerid, 266.1816);
     		   SetPlayerPos(playerid, 1765.4119, -1540.6046, -14.7936);
		}
	}
	return 1;
}
Reply


Messages In This Thread
None of the commands work - by Mauka4 - 02.03.2010, 22:07
Re: None of the commands work - by -Rebel Son- - 02.03.2010, 22:42
Re: None of the commands work - by Kix - 02.03.2010, 22:43
Re: None of the commands work - by afei - 03.03.2010, 21:13
Re: None of the commands work - by adsy - 03.03.2010, 22:27

Forum Jump:


Users browsing this thread: 1 Guest(s)