Jump to content

Francisco

Membru
  • Posts

    8
  • Joined

  • Last visited

    Never

Posts posted by Francisco

  1. Nu mi-a mers. I-mi apare aceasta eroare la compilare

    C:\Users\Administrator\Desktop\TrenSF.pwn(33) : error 010: invalid function or declaration

    C:\Users\Administrator\Desktop\TrenSF.pwn(36) : error 010: invalid function or declaration

    C:\Users\Administrator\Desktop\TrenSF.pwn(37) : error 010: invalid function or declaration

    C:\Users\Administrator\Desktop\TrenSF.pwn(38) : error 010: invalid function or declaration

    C:\Users\Administrator\Desktop\TrenSF.pwn(40) : error 010: invalid function or declaration

    C:\Users\Administrator\Desktop\TrenSF.pwn(42) : warning 203: symbol is never used: "sfcar"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    5 Errors.

    Uite asa am facut:

    if(strcmp(cmdtext, "/garasf", true) == 0)
    {
        new sfcar;
    	sfcar = GetPlayerVehicleID(playerid);
        if(!GetPlayerVehicleSeat(playerid)) SetVehiclePos(sfcar,0,-1952.3938,131.8837,26.2813,271.4216,0,0,0,0,0,0);
        else SetPlayerPos(playerid,0,-1952.3938,131.8837,26.2813,271.4216,0,0,0,0,0,0);
        SetPlayerInterior(playerid, 0);
        return 1;
    }

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.