Not implented - Question/Help -
Daniel_June - 29.01.2010
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(1722) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(1751) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(1787) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(178

: error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(1815) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2286) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2297) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2309) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2313) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2325) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2329) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2333) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2337) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2341) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2345) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2349) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2353) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2365) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Mark\Documents\Script\GTARP\gamemodes\gta rp.pwn(2369) : error 004: function "PlayerToPoint" is not implemented
Help me!
Re: Not implented - Question/Help -
ray187 - 29.01.2010
Either your code is screwed somewhere or a few functions are just missing (you can see that by just translating 'function "xyz" is not implemented').
Re: Not implented - Question/Help -
Daniel_June - 29.01.2010
Quote:
Originally Posted by ray187
Either your code is screwed somewhere or a few functions are just missing (you can see that by just translating 'function "xyz" is not implemented').
|
How do i add the missing function(s)?
Re: Not implented - Question/Help -
Daniel_June - 29.01.2010
Fixed
Re: Not implented - Question/Help -
XnicozX - 20.02.2010
How did you fix it ? Im having the same errors :/
Re: Not implented - Question/Help -
basse - 01.09.2011
i got the same errors as well
Re: Not implented - Question/Help -
Pinguinn - 01.09.2011
The error is pretty obvious?
function "..." is
not implemented
That means you are missing a function
Re: Not implented - Question/Help -
basse - 02.09.2011
Quote:
Originally Posted by Pinguinn
The error is pretty obvious?
function "..." is not implemented
That means you are missing a function
|
ye but how do i fix it
Re: Not implented - Question/Help -
Sasino97 - 02.09.2011
Look for the missing function in the forums and then write it somewhere in the script or in an include file