Click map teleport.
#1

I want to teleport if i'm admin with click on map.
I try this.
PHP код:
public OnGameModeInit()
{
   
AllowAdminTeleport(1);
   return 
1;

And this.
PHP код:
public OnPlayerClickMap(playeridFloat:fXFloat:fYFloat:fZ)
{
   new 
Float:xFloat:yFloat:z;
   if(!
IsPlayerAdmin(playerid))
   return 
1;
   if(
IsPlayerAdmin(playerid))
   
SetPlayerPosFindZ(playeridxyz);
   return 
1;

But when i click map, i don't get the position where i clicked, and i go under the map.
Reply


Messages In This Thread
Click map teleport. - by GabiXx - 01.08.2015, 15:15
Re: Click map teleport. - by Inn0cent - 01.08.2015, 15:20
Respuesta: Click map teleport. - by RIDE2DAY - 01.08.2015, 15:55
Re: Click map teleport. - by GabiXx - 01.08.2015, 16:02

Forum Jump:


Users browsing this thread: 1 Guest(s)