how to have /enter /exit
#1

how to have /enter /exit commands?im have gf mod
Reply
#2

Double post delete it
Reply
#3

Create one your own its very easy to make


This is an example:

Код:
	if(strcmp(cmd, "/enter", true) == 0)
	{
	  if(IsPlayerConnected(playerid))
		{
         if (PlayerToPoint(3.0, playerid,1772.5704,-1548.4906,9.9133))//the place /enter
			{
			  if (IsACop(playerid))
				{
			  SetPlayerPos(playerid, 1780.605590,-1561.460815,-72.899269);//the place player teleport
			  SetPlayerInterior(playerid, 1)//the interior
			  }
		    }
	    }
     }
	return 1;
	 }
Reply
#4

Ehh, why
Код:
if (IsACop(playerid))
??
Reply
#5

Quote:
Originally Posted by playbox12
Ehh, why
Код:
if (IsACop(playerid))
??
Quote:
Originally Posted by tour15
This is an example:
Reply
#6

This was a /enter command form my server... I gave an example
Reply
#7

Quote:
Originally Posted by Zero[S
]
how to have /enter /exit commands?im have gf mod
That's already build in to the GF mod.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)