SA-MP Forums Archive
[Help] /cuff - 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] /cuff (/showthread.php?tid=81196)



[Help] /cuff - joeri55 - 08.06.2009

Hello,

I've copied from another gamemode a /cuff command.
I've fixed some things but still I get a bunch of errors.
http://pastebin.com/m23c65f31

pawn Код:
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21014) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21016) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21018) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21020) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21023) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21026) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21028) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21031) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21033) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21035) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21038) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21040) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21042) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21059) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21062) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21066) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21069) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21072) : error 010: invalid function or declaration
C:\Documents and Settings\Joeri\Bureaublad\samp server\gamemodes\penls.pwn(21077) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


19 Errors.



Re: [Help] /cuff - Blacklite - 08.06.2009

Would be much easier just to write your own command...


Re: [Help] /cuff - joeri55 - 08.06.2009

Do you have any tips for me.