[Ajuda] Sistema de Teleport x + y
#1

Olб, ja fui adm em um servidor que o teleporte funcionava como o mod cleo "Teleport to maker" que vocк marca no mapa e depois da x+y. Como fazer isso na GM? qual funзгo estudar? Obrigado,
Reply
#2

Bom mn n sei muito nao mais do x + y deve ser isso https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
Reply
#3

https://sampwiki.blast.hk/wiki/OnPlayerClickMap isso ?
Reply
#4

Toma uma base ai
PHP код:
public OnPlayerClickMap(playeridFloat:fXFloat:fYFloat:fZ)
{
    if(
pAdmin[playerid][Level] >= 1)
    {
        if(
IsPlayerInAnyVehicle(playerid))
        {
            
SetVehiclePos(GetPlayerVehicleID(playerid), fXfYfZ+6);
        }    
        else
        {
            
SetPlayerPos(playeridfXfYfZ+6); 
        } 
    }
    return 
1;

Reply
#5

Quote:
Originally Posted by IlanZ
Посмотреть сообщение
Toma uma base ai
PHP код:
public OnPlayerClickMap(playeridFloat:fXFloat:fYFloat:fZ)
{
    if(
pAdmin[playerid][Level] >= 1)
    {
        if(
IsPlayerInAnyVehicle(playerid))
        {
            
SetVehiclePos(GetPlayerVehicleID(playerid), fXfYfZ+6);
        }    
        else
        {
            
SetPlayerPos(playeridfXfYfZ+6); 
        } 
    }
    return 
1;

Acho que й isso, valeu ai, vou ver!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)