SA-MP Forums Archive
Help. - 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: Help. (/showthread.php?tid=74958)



Help. - Typhome - 27.04.2009

I need help!
I did add Seif admin and have fucked up
Код:
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(842) : error 004: function "OnPlayerUpdateAccount" is not implemented
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(896) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(920) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(927) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(928) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(940) : error 004: function "SendClientMessageToAdmins" is not implemented
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(984) : error 004: function "KickLog" is not implemented
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(996) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1004) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1013) : error 004: function "SendClientMessageToAdmins" is not implemented
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1029) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1036) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1037) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1068) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1100) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1103) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1106) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1148) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1156) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1181) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1189) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1210) : error 004: function "SendClientMessageToAdmins" is not implemented
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1230) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1238) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1249) : error 004: function "KickLog" is not implemented
C:\Documents and Settings\Owner\Desktop\SA-MP server\gamemodes\ESTCnR.pwn(1266) : error 047: array sizes do not match, or destination array is too small

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


26 Errors.
My friend did add strok and says have it strok..

I uploaded at PasteBin.
http://pastebin.com/m26858907

Thanks if anyone help!


Re: Help. - MenaceX^ - 27.04.2009

You missed brackets, I don't know about other, but I won't search this bracket in your whole script..


Re: Help. - Typhome - 27.04.2009

What's ?
I build the script, i did get the Seif admin into my script, and fucked up :/
Can anyone fix that ?


Re: Help. - SuperS0nic - 28.04.2009

Above line 842 theres a missing bracket i think ? , you should have made a backup of your script before adding the adminscript.


Re: Help. - Typhome - 28.04.2009

No i didnt backup -.-

How i fix the missing code?


Re: Help. - shitbird - 28.04.2009

Obv. By adding a bracket where you've lost one.


Re: Help. - Typhome - 28.04.2009

what code do i add?


Re: Help. - shitbird - 28.04.2009

Pay very much attention to what a bracket is, you will need it.

}


Re: Help. - Typhome - 28.04.2009

Can you fix, ? I didnt understand :/


Re: Help. - miokie - 28.04.2009

Ok, You've opened a bracket some where in your script that looks like this:

{

and the reason your getting the errors is because you have forgot to add the closing


}