[Ajuda] ajudinha com esses warnings
#9

pawn Код:
bCMD[flip]-(playerid, params[])
{
    #pragma unused params  
    if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, -1, "Tem q estar em um veiculo");
    new Float:pX, Float:pY, Float:pZ;
    if(IsPlayerInAnyVehicle(playerid))
    SetCameraBehindPlayer(playerid);
    GetPlayerPos(playerid, pX, pY, pZ);
    SetVehiclePos(GetPlayerVehicleID(playerid), pX, pY, pZ);
    SetVehicleZAngle(GetPlayerVehicleID(playerid), 0);
    return 1;
}
Reply


Messages In This Thread
ajudinha com esses warnings - by Math3us - 18.08.2012, 20:06
Re: ajudinha com esses warnings - by Scripter Fodastico - 18.08.2012, 20:09
Re: ajudinha com esses warnings - by FeelLikeASir_ - 18.08.2012, 20:10
Re: ajudinha com esses warnings - by Math3us - 18.08.2012, 20:12
Re: ajudinha com esses warnings - by gabrielloko157 - 18.08.2012, 22:49
Re: ajudinha com esses warnings - by @Riichard - 18.08.2012, 22:51
Re: ajudinha com esses warnings - by darkxdll - 18.08.2012, 22:53
Re: ajudinha com esses warnings - by gabrielloko157 - 18.08.2012, 22:56
Re: ajudinha com esses warnings - by Bruno Alves - 18.08.2012, 23:14
Re: ajudinha com esses warnings - by .FuneraL. - 18.08.2012, 23:22

Forum Jump:


Users browsing this thread: 1 Guest(s)