SA-MP Forums Archive
Errors - 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)
+--- Thread: Errors (/showthread.php?tid=331059)



Errors - Nathaniel - 03.04.2012

Hello. I started a Gamemode from scratch. I have a few errors, and really, i don't know how to fix them. I don't find what is wrong.

GM : http://pastebin.com/rQyhYYyY

Код:
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(119) : warning 202: number of arguments does not match definition
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(120) : warning 202: number of arguments does not match definition
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(172) : error 017: undefined symbol "dmcd"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(192) : error 001: expected token: ")", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(202) : error 001: expected token: ")", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(210) : error 001: expected token: ")", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(218) : error 001: expected token: ")", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(226) : error 001: expected token: ")", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(255) : error 001: expected token: ")", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(265) : error 001: expected token: ";", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(273) : error 001: expected token: ";", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(281) : error 001: expected token: ";", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(289) : error 001: expected token: ";", but found "{"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(296) : error 029: invalid expression, assumed zero
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(253) : warning 204: symbol is assigned a value that is never used: "Bani"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(399) : warning 235: public function lacks forward declaration (symbol "OnPlayerPickup")
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(404) : error 017: undefined symbol "SetPlayerPosition"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(613) : warning 203: symbol is never used: "dcmd_exit"
C:\Users\Pawno\Desktop\Grand Theft Auto San Andreas Multiplayer Roleplay Server Under Developing\gamemodes\Roleplay.pwn(613) : warning 203: symbol is never used: "dcmd_transfer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


13 Errors.