Help ~ 26Errors while compiling..
#1

firstly i got that playertopoint error, then fixed it lately, when i try to compile, i get this :


Код:
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(2216) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(2245) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(2281) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(2282) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(2309) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(2794) : error 021: symbol already defined: "IsAtCarrental"
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(3228) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(3774) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(3972) : error 004: function "RemoveRoadblock" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4017) : warning 235: public function lacks forward declaration (symbol "GateClose7")
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4061) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4062) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4233) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4334) : error 004: function "ProxDetectorS" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4532) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4600) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4631) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4632) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4678) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4679) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4709) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4710) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4716) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4717) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4740) : error 004: function "BusrouteEnd" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4741) : error 004: function "BusrouteEnd" is not implemented
C:\DOCUME~1\Ayoub\Bureau\SAMP02~1.WIN\GAMEMO~1\dcrp.pwn(4742) : error 004: function "BusrouteEnd" is not implemented

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


26 Errors.
Help please, thank you
Reply
#2

Show us the lines you get the errors from, its not easy to help without knowing the problem
Reply
#3

You're copying without knowing anything.
IsAtCarrental is already defined, GateClose7 needs to be forwarded and other functions are used in the script but they're not implemented.
Make sure you didn't missed any bracket.
Reply
#4

26 errors = 99% of the time means bracket error
Reply
#5

Hmmm i think its that you have the function "SafeGivePlayerMoney" or what ever it is
but your dont using it
if you get what i mean
Reply
#6

SafeGivePlayerMoney(i, value);
SafeResetPlayerWeapons(i);

SafeGivePlayerMoney(playerid,PlayerInfo[playerid][pCash]); tactical[playerid] = 0; swat[playerid] = 0; authorizeswat = 0; authorizetactical = 0;

SafeGivePlayerMoney(i, Jackpot);

public GateClose7()


if (BusrouteEast[playerid][0] != 0) BusrouteEnd(playerid, BusrouteEast[playerid][1]);
else if (BusrouteWest[playerid][0] != 0) BusrouteEnd(playerid, BusrouteWest[playerid][1]);
else (BusrouteEnd(playerid, 0);


{
RemoveRoadblock(playerid);
}


{
if (ProxDetectorS(20, killerid, playerid))
{

Thanks, still getting the errors thought..
Reply
#7

up..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)