Jump to content
  • 0

Problema compilare


Csf

Question

C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3514) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3515) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3516) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3517) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3518) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3521) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3522) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3523) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3524) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3525) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3528) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3529) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3530) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3531) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3532) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3533) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3534) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3535) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3536) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3537) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3538) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3539) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3540) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3541) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3542) : error 017: undefined symbol "CreateVehicleEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\pawno\include\systems.inc(3543) : error 017: undefined symbol "CreateVehicleEx"

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
1 minute ago, iSkull said:

Nu ai functia "CreateVehicleEx"

pai pana acum nu mi-a dat asa,mergea

stock CreateVehicleEx(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay) {
    new vehid = CreateVehicle(modelid, x, y, z, angle, color1, color2, respawn_delay);
    VehicleStats[vehid][vColorOne] = color1;
    VehicleStats[vehid][vColorTwo] = color2;
    SetVehicleHealth(vehid, 999);
    VehicleExist[vehid] = 1;
    return vehid;
}

Edited by Csf
Link to comment
Share on other sites

  • 0
1 minute ago, iSkull said:

Trebuie sa aranjezi include-ul a.i. sa nu'ti mai dea eroarea, incearca sa'l bagi dupa stock

C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1547) : error 017: undefined symbol "LoadMaps"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1548) : error 017: undefined symbol "LoadTDs"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1549) : error 017: undefined symbol "LoadIcons"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1550) : error 017: undefined symbol "LoadGates"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1551) : error 017: undefined symbol "LoadSVehicles"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1552) : error 017: undefined symbol "LoadVehicles"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1553) : error 017: undefined symbol "LoadSafeZones"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1554) : error 017: undefined symbol "LoadProperty"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1555) : error 017: undefined symbol "LoadClans"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1556) : error 017: undefined symbol "LoadGraffiti"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1557) : error 017: undefined symbol "LoadBizz"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1558) : error 017: undefined symbol "LoadTurfs"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1559) : error 017: undefined symbol "LoadFactions"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1560) : error 017: undefined symbol "LoadPickups"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1561) : error 017: undefined symbol "LoadJobs"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1565) : error 017: undefined symbol "LoadStuff"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1566) : error 017: undefined symbol "LoadSafes"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1567) : error 017: undefined symbol "load_apartaments"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1568) : error 017: undefined symbol "load_ap_map"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1598) : error 017: undefined symbol "SetWorldTimeEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1603) : error 017: undefined symbol "SyncUp"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1623) : error 017: undefined symbol "SetWorldTimeEx"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1638) : warning 213: tag mismatch: expected tag "PlayerText", but found "Text"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1639) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1640) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1641) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1642) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1643) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1644) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1645) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1646) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1647) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1648) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1649) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1650) : warning 213: tag mismatch: expected tag "Text", but found "PlayerText"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1696) : error 017: undefined symbol "RemoveMaps"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1786) : error 017: undefined symbol "LeaveGame"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1797) : error 017: undefined symbol "Update"
C:\Users\Adrian-Bianca PC\Desktop\BURNED BIG EDIT BY ANDREIGB\gamemodes\agb.pwn(1814) : error 017: undefined symbol "SendTeamMessage"
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.