Secret tele
#8

Under a CMD, insert "CMD:nameofcommand". Example:

pawn Код:
CMD:teleport(playerid, params[])
{
if(!IsPlayerLAdmin(playerid)) return 0; // You can change this return
SetPlayerPos(playerid, x, y, z); // You change x, y and z
SendClientMessage(...) // Insert a message
return 1;
}
Reply


Messages In This Thread
Secret tele - by IvancheBG - 21.04.2011, 07:29
Re: Secret tele - by Admigo - 21.04.2011, 07:37
Re: Secret tele - by IvancheBG - 21.04.2011, 07:43
Re: Secret tele - by Stigg - 21.04.2011, 07:50
Re: Secret tele - by IvancheBG - 21.04.2011, 08:21
Re: Secret tele - by Stigg - 21.04.2011, 08:24
Re: Secret tele - by IvancheBG - 21.04.2011, 09:02
Re: Secret tele - by mitosking - 21.04.2011, 09:04
Re: Secret tele - by IvancheBG - 21.04.2011, 09:06
Re: Secret tele - by HyperZ - 21.04.2011, 09:08

Forum Jump:


Users browsing this thread: 2 Guest(s)