[Ajuda]Compilaзгo
#5

Ae manolo
pawn Код:
if(strcmp(cmdtext, "/teles", true) == 0)
{
    SendClientMessage(playerid, 0xFFFFFFAA, "[AJUDA]/superrampa");
    return 1;
}

if(strcmp(cmdtext, "/superrampa", true) == 0)
{
    if(!IsPlayerInAnyVehicle(playerid))
    {
        SetPlayerPos(playerid, -527.7607, 945.8790, 196.0816);
        SetPlayerFacingAngle(playerid, 131.6521);
        SetPlayerInterior(playerid, 0);
        SetPlayerVirtualWorld(playerid, 0);
    }
    else
    {
        new veh = GetPlayerVehicleID(playerid);
        SetVehiclePos(veh, -527.7607, 945.8790, 196.0816);
        SetVehicleZAngle(veh, 131.6521);
        LinkVehicleToInterior(veh, 0);
        SetVehicleVirtualWorld(veh, 0);
        PutPlayerInVehicle(playerid, veh, 0);
    }
    return SendClientMessage(playerid, 0xFFFF00FF, "[BCS][AVISO]Voce Foi Para Super Rampa ( /superrampa )");
}
Reply


Messages In This Thread
[Ajuda]Compilaзгo - by ThziinHTS4EveR - 27.10.2011, 03:04
Re: [ERRO]Compilaзгo - by Miqueias Barros - 27.10.2011, 03:13
Re: [ERRO]Compilaзгo - by rugal - 27.10.2011, 03:14
Re: [ERRO]Compilaзгo - by ThziinHTS4EveR - 27.10.2011, 03:18
Re: [ERRO]Compilaзгo - by Miqueias Barros - 27.10.2011, 03:21
Re: [ERRO]Compilaзгo - by ThziinHTS4EveR - 27.10.2011, 03:28
Re: [ERRO]Compilaзгo - by Miqueias Barros - 27.10.2011, 03:32

Forum Jump:


Users browsing this thread: 2 Guest(s)