SA-MP Forums Archive
26 errors...? - 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)
+--- Thread: 26 errors...? (/showthread.php?tid=291478)



26 errors...? - Cirtical - 20.10.2011

Any help please?

Код:
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(3860) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(3889) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4235) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4278) : error 017: undefined symbol "GetVehicleName"
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4278) : warning 202: number of arguments does not match definition
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4294) : error 004: function "IsASalesVehicle" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4298) : error 004: function "GetVehiclePrice" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4393) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4398) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4403) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4408) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(4413) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6014) : error 004: function "ClearChatbox" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6575) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6615) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6644) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6691) : error 004: function "SaveGuns" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6695) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6699) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6703) : error 004: function "UpdatePlayerPosition" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6809) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6810) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6819) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6820) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6852) : error 004: function "RemoveRoadblock" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6909) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\wesso\Desktop\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6915) : error 004: function "SafeSetPlayerPos" is not implemented

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


26 Errors.



Re: 26 errors...? - Pharrel - 20.10.2011

26 errors = missing bracket


Re: 26 errors...? - Cirtical - 20.10.2011

Will you mind if I send you the script in PM and fix it and tell me which lines you fixed so I can learn from the mistake?


Re: 26 errors...? - Kitten - 20.10.2011

Quote:
Originally Posted by Pharrel
Посмотреть сообщение
26 errors = missing bracket
Wrong read the errors.


OT: read the errors you will figure it out.


Re: 26 errors...? - Cirtical - 20.10.2011

I'm way new in the scripting, I'm hoping someone will give me a hand in fixing this.


Re: 26 errors...? - Darklom - 20.10.2011

Код:
LARP
Well it appears your using a outdated gamemode and not very good to learn from, I suggest moving to another one. But if you really want this which I don't see why you would post in the code of the lines using [pawn ] and -[ /pawn]


Re: 26 errors...? - Pharrel - 20.10.2011

Quote:
Originally Posted by Kitten
Посмотреть сообщение
Wrong read the errors.


OT: read the errors you will figure it out.
Is Not Implemented = missing brackets

@edit hum..now i see the "Safe" maybe you're right


Re: 26 errors...? - Kush - 20.10.2011

https://sampforum.blast.hk/showthread.php?tid=291018


Re: 26 errors...? - SuperViper - 20.10.2011

No. If they're non-native functions, it's not a bracket error.


Re: 26 errors...? - Mr_Scripter - 20.10.2011

are the errors fixed Now?