20.06.2010, 08:01
how to have /enter /exit commands?im have gf mod
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; }
if (IsACop(playerid))
Originally Posted by playbox12
Ehh, why
Код:
if (IsACop(playerid)) |
Originally Posted by tour15
This is an example:
|
Originally Posted by Zero[S
]
how to have /enter /exit commands?im have gf mod |