SA-MP Forums Archive
....Is not implemented error - 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: ....Is not implemented error (/showthread.php?tid=311043)



....Is not implemented error - Warren - 14.01.2012

Hey I get these errors and I don't know what to do, Im using Raven's Rolepay GM.

Please help me

Код:
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(3860) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(3889) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4235) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4278) : error 017: undefined symbol "GetVehicleName"
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4278) : warning 202: number of arguments does not match definition
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4294) : error 004: function "IsASalesVehicle" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4298) : error 004: function "GetVehiclePrice" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4393) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4398) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4403) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4408) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(4413) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6032) : error 004: function "ClearChatbox" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6099) : error 004: function "ClearChatbox" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6618) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6658) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6687) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6734) : error 004: function "SaveGuns" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6738) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6742) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6746) : error 004: function "UpdatePlayerPosition" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6852) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6853) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6862) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6863) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6895) : error 004: function "RemoveRoadblock" is not implemented
C:\Users\Warren\Desktop\Roleplay\gamemodes\UR.pwn(6952) : error 004: function "SafeSetPlayerPos" is not implemented

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


26 Errors.



Re: ....Is not implemented error - iGetty - 14.01.2012

You've got a missing "}" or "{".

It's a common mistake in a rush. Check the code you just created and you'll notice.


Re: ....Is not implemented error - Scenario - 14.01.2012

Just a tip: Compile your code every time you finish writing something. If you make a stock function and then use the stock function 20 times before you compile, it's going to be hard to weed-out the errors that come from just that function and maybe other mistakes you made.


Re: ....Is not implemented error - Warren - 14.01.2012

yeah...well checking 83k lines of code is gonna be fun


Re: ....Is not implemented error - iGetty - 14.01.2012

It might well be, because to solve that, that's all you can really think of. OR use your own GameMode?


Re: ....Is not implemented error - Scenario - 14.01.2012

Quote:
Originally Posted by Warren
Посмотреть сообщение
yeah...well checking 83k lines of code is gonna be fun
Or... http://forum.sa-mp.com/search.php?searchid=3930501


Re: ....Is not implemented error - iGetty - 14.01.2012

Oh yes, sorry RealCop. I completely forgot about that.

Thank you for correcting me mate. +1 Rep.