How to add Locator
#5

O.o just do this at top of script

Код:
new Float:calleridXYZ[3];
then in command for /call 911 add:

Код:
GetPlayerPos(playerid,calleridXYZ[0],calleridXYZ[1],calleridXYZ[2]);
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(i == cop) //just example
{
SetPlayerCheckpoint(i,calleridXYZ[0],calleridXYZ[1],calleridXYZ[2],3);
}
}
Reply


Messages In This Thread
How to add Locator - by firedrumer03 - 19.05.2010, 22:41
Re: How to add Locator - by ViruZZzZ_ChiLLL - 19.05.2010, 22:49
Re: How to add Locator - by firedrumer03 - 19.05.2010, 22:57
Re: How to add Locator - by ViruZZzZ_ChiLLL - 19.05.2010, 23:04
Re: How to add Locator - by coole210 - 19.05.2010, 23:20
Re: How to add Locator - by firedrumer03 - 19.05.2010, 23:32
Re: How to add Locator - by firedrumer03 - 19.05.2010, 23:53
Re: How to add Locator - by BLAbla93 - 20.05.2010, 00:01
Re: How to add Locator - by firedrumer03 - 20.05.2010, 02:23
Re: How to add Locator - by BLAbla93 - 20.05.2010, 06:15

Forum Jump:


Users browsing this thread: 1 Guest(s)