[Ajuda] Alguns warnings
#4

pawn Код:
if(strcmp(cmd, "/voar", true) == 0)
{
        new Float:Pos[3]; //Cria a float para getar posiзгo
        GetPlayerPos(playerid, Pos[0],Pos[1],Pos[2]); //Pos[0] = X, Pos[1] = Y, Pos[2] = Z
        SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]+300);
        GivePlayerWeapon(playerid, 46, 1);
        return 1;
    }
Reply


Messages In This Thread
[Ajuda] Alguns warnings - by arakuta - 13.07.2011, 02:44
Re: [Ajuda] Alguns warnings - by Gabriel Duarte - 13.07.2011, 02:48
Re: [Ajuda] Alguns warnings - by arakuta - 13.07.2011, 02:54
Re: [Ajuda] Alguns warnings - by Ricop522 - 13.07.2011, 03:03
Re: [Ajuda] Alguns warnings - by arakuta - 13.07.2011, 03:05
Re: [Ajuda] Alguns warnings - by Gabriel Duarte - 13.07.2011, 03:06

Forum Jump:


Users browsing this thread: 1 Guest(s)