SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error (/showthread.php?tid=74642)



Error - Sal_Kings - 24.04.2009

Ok heres a bit of my script

Код:
if (strcmp("/Call 355", cmdtext, true, 10) == 0)
  SendClientMessage(playerid,0xFFFFFFFF,"Dialing....Hello? Would you like some /health or /armour? Free service");
Now heres the god dam errors i am getting

Код:
C:\Documents and Settings\Salim\Desktop\HeadShot\SalsTestingGrounds.pwn(114) : error 010: invalid function or declaration
C:\Documents and Settings\Salim\Desktop\HeadShot\SalsTestingGrounds.pwn(120) : error 010: invalid function or declaration
C:\Documents and Settings\Salim\Desktop\HeadShot\SalsTestingGrounds.pwn(124) : error 010: invalid function or declaration
C:\Documents and Settings\Salim\Desktop\HeadShot\SalsTestingGrounds.pwn(125) : error 010: invalid function or declaration
C:\Documents and Settings\Salim\Desktop\HeadShot\SalsTestingGrounds.pwn(128) : error 010: invalid function or declaration
C:\Documents and Settings\Salim\Desktop\HeadShot\SalsTestingGrounds.pwn(130) : error 010: invalid function or declaration
C:\Documents and Settings\Salim\Desktop\HeadShot\SalsTestingGrounds.pwn(132) : error 010: invalid function or declaration
C:\Documents and Settings\Salim\Desktop\HeadShot\SalsTestingGrounds.pwn(134) : error 010: invalid function or declaration
C:\Documents and Settings\Salim\Desktop\HeadShot\SalsTestingGrounds.pwn(136) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


9 Errors.



Re: Error - OmeRinG - 24.04.2009

pawn Код:
if (!strcmp("/Call 355", cmdtext, true)) return SendClientMessage(playerid,0xFFFFFFFF,"Dialing....Hello? Would you like some /health or /armour? Free service");