Teleportation [Need Help]
#2

Quote:
Originally Posted by Karl1195
Посмотреть сообщение
Okay mates. I kinda did this command but i am not able to make it that when some one types /passin and he is in a vehicle he will get teleported with the vehicle cause when some one is in the vehicle the car stays where the entrance is and he gets teleported inside.

Код:
if(strcmp(cmdtext, "/passin", true, 6) == 0)
	{
  		if(IsPlayerInRangeOfPoint(playerid, 15, -227.0744,996.9635,19.5682)) // Police enterance
  		{
    		SetPlayerPos(playerid, 2257.3301,2498.6348,1.7257); // these are coordinates where he'll spawn (PD INT)
    		return 1;
			}
 			return 1;
    		}
Can you explain better?
Reply


Messages In This Thread
Teleportation [Need Help] - by Karl1195 - 06.09.2011, 09:49
Re: Teleportation [Need Help] - by FireCat - 06.09.2011, 09:57
Re: Teleportation [Need Help] - by wouter0100 - 06.09.2011, 09:58
Re: Teleportation [Need Help] - by iggy1 - 06.09.2011, 10:14
Re: Teleportation [Need Help] - by Karl1195 - 06.09.2011, 11:00
Re: Teleportation [Need Help] - by =WoR=Varth - 06.09.2011, 15:43
Re: Teleportation [Need Help] - by Karl1195 - 06.09.2011, 15:45

Forum Jump:


Users browsing this thread: 2 Guest(s)