[AJUDA] Comando /flipveh
#3

pawn Код:
if(strcmp(cmdtext, "/flip", true) == 0)
{
    new Float:X, Float:Y, Float:Z;
    GetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z);
    SetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z);
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Comando /flipveh - by Skun Fly - 11.03.2012, 13:13
Re: [AJUDA] Comando /flipveh - by zbt - 11.03.2012, 13:32
Re: [AJUDA] Comando /flipveh - by Cristhian - 11.03.2012, 14:02
Re: [AJUDA] Comando /flipveh - by Skun Fly - 11.03.2012, 14:07

Forum Jump:


Users browsing this thread: 4 Guest(s)