SA-MP Forums Archive
Pawn Compile Problem :S - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Pawn Compile Problem :S (/showthread.php?tid=110395)



Pawn Compile Problem :S - batuhan529 - 26.11.2009

C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1614) : error 017: undefined symbol "ShowServerPassword"
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1649) : error 004: function "CreateRaceMenus" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1894) : error 004: function "LoadDynamicFactions" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1895) : error 004: function "LoadDynamicCars" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1896) : error 004: function "LoadCivilianSpawn" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1897) : error 004: function "LoadBuildings" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(189 : error 004: function "LoadHouses" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1899) : error 004: function "LoadBusinesses" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1900) : error 004: function "LoadFactionMaterialsStorage" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1901) : error 004: function "LoadFactionDrugsStorage" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1902) : error 004: function "LoadDrivingTestPosition" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1903) : error 004: function "LoadFlyingTestPosition" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1904) : error 004: function "LoadBankPosition" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1905) : error 004: function "LoadWeaponLicensePosition" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1906) : error 004: function "LoadPoliceArrestPosition" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1907) : error 004: function "LoadGovernmentArrestPosition" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(190 : error 004: function "LoadPoliceDutyPosition" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1909) : error 004: function "LoadGovernmentDutyPosition" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1910) : error 004: function "LoadGunJob" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1911) : error 004: function "LoadDrugJob" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1912) : error 004: function "LoadDetectiveJob" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1913) : error 004: function "LoadLawyerJob" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1914) : error 004: function "LoadProductsSellerJob" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1915) : error 004: function "LoadMechanicJob" is not implemented
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1950) : error 017: undefined symbol "ClearScreen"
C:\Documents and Settings\Batu\Desktop\Platinium RP\gamemodes\sagc.pwn(1953) : error 017: undefined symbol "RPName"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.



PLEASE HELP !!!!



Re: Pawn Compile Problem :S - Jakku - 26.11.2009

Probably a missing bracket.


Re: Pawn Compile Problem :S - cristab - 26.11.2009

it lacks a closing brace "}"


Re: Pawn Compile Problem :S - batuhan529 - 26.11.2009

Where is } ? i am turk so i dont understand.


Re: Pawn Compile Problem :S - batuhan529 - 26.11.2009

This Line:

public LoadScript()
{
LoadDynamicFactions();
LoadDynamicCars();
LoadCivilianSpawn();
LoadBuildings();
LoadHouses();
LoadBusinesses();
LoadFactionMaterialsStorage();
LoadFactionDrugsStorage();
LoadDrivingTestPosition();
LoadFlyingTestPosition();
LoadBankPosition();
LoadWeaponLicensePosition();
LoadPoliceArrestPosition();
LoadGovernmentArrestPosition();
LoadPoliceDutyPosition();
LoadGovernmentDutyPosition();
LoadGunJob();
LoadDrugJob();
LoadDetectiveJob();
LoadLawyerJob();
LoadProductsSellerJob();
LoadMechanicJob();
return 1;
}



Re: Pawn Compile Problem :S - batuhan529 - 26.11.2009

PLEASEEEEEEEE


Re: Pawn Compile Problem :S - batuhan529 - 29.11.2009




Re: Pawn Compile Problem :S - Mechscape - 29.11.2009

Look, what you did edit, and lookup that code. Is theres missed { or }


Re: Pawn Compile Problem :S - batuhan529 - 29.11.2009

I only mode Language convert Turkish


Re: Pawn Compile Problem :S - BlackFoX - 29.11.2009

In any of this public Classes you forgot a Bracket