[Pedido] Dois Pedido
#1

Queria saber se tem como ter um teleport e speed, sem SORVETE e CLEO.
Sу para admin.

+rep
Reply
#2

acho q й SetPlayerVelocity SetVehicleVelocity
Reply
#3

Se for so o teleporte http://forum.sa-mp.com/showthread.ph...ight=Don_Speed
Reply
#4

Se puder posta algum FS que tenha sobre isso ficarei grato.

@Edit
Quote:
Originally Posted by Don_Speed
Посмотреть сообщение
Tipo eu queria que marca-se no mapa e ia;
Reply
#5

Para o teleporte ao marcar no mapa, coloque no OnPlayerClickMap :


pawn Код:
SetPlayerPosFindZ(playerid, fX, fY, fZ);


E para o aumento de velocidade : https://sampforum.blast.hk/showthread.php?pid=1751705#pid1751705



Para restringir um cуdigo a administradores basta envolvк-lo nas chaves de um if como este:


pawn Код:
if(IsPlayerAdmin(playerid))
{
    //O cуdigo ficaria aqui.
}


Espero ter ajudado .
Reply
#6

Coloquei assim e tals, sу que nгo vai a onde eu quero.
pawn Код:
public OnPlayerClickMap(playerid)
{
    new Float:fX,Float:fY,Float:fZ;
    SetPlayerPosFindZ(playerid, fX, fY, fZ);
    return 1;
}
Reply
#7

Nao Tem Aquele Fs com o Nome De Fsdebug ele serve para isso
Reply
#8

pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    if(!IsPlayerAdmin(playerid)) return 0;
    SetPlayerPosFindZ(playerid, fX, fY, fZ);
    return 1;
}
Reply
#9

Quote:
Originally Posted by [LF]PlaYer
Посмотреть сообщение
pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    if(!IsPlayerAdmin(playerid)) return 0;
    SetPlayerPosFindZ(playerid, fX, fY, fZ);
    return 1;
}
Tem como colocar para teleport com o veiculo?
Reply
#10

Nao sei se da mais tenta
SetVehiclePosFindZ
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)