SA-MP Forums Archive
Error Problems - 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 Problems (/showthread.php?tid=80326)



Error Problems - PrO_ShoT - 03.06.2009



http://pastebin.com/f1b7260a2

this is my mode..

can som1 help me plz?

F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(133) : error 021: symbol already defined: "GameTextForPlayer"
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(135) : error 010: invalid function or declaration
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(137) : error 010: invalid function or declaration
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(141) : error 010: invalid function or declaration
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(14 : error 001: expected token: ")", but found "{"
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(165) : error 029: invalid expression, assumed zero
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(165 -- 167) : warning 215: expression has no effect
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(167) : error 001: expected token: ";", but found "-identifier-"
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(154) : warning 203: symbol is never used: "moneys"
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(154) : warning 203: symbol is never used: "giveplayerid"
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(152) : warning 204: symbol is assigned a value that is never used: "giveplayer"
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(151) : warning 204: symbol is assigned a value that is never used: "sendername"
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(150) : warning 203: symbol is never used: "playermoney"
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(149) : warning 204: symbol is assigned a value that is never used: "string"
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(149 -- 173) : error 010: invalid function or declaration
F:\5D49~1\23BE~1\GAMEMO~1\lvdm.pwn(149 -- 173) : fatal error 107: too many error messages on one line

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


9 Errors.



that is my errors..

thanks to the helpers , Daniel.



Re: Error Problems - Mr_Finnigan - 03.06.2009

Are you using YSI ?


Re: Error Problems - PrO_ShoT - 03.06.2009

Quote:
Originally Posted by Mr_FinnigaN
Are you using YSI ?
idk what is it , no


Re: Error Problems - Mr_Finnigan - 03.06.2009

Код:
147.public OnPlayerCommandText;playerid, cmdtext[]
in this line the ; should go at the end,the first thing expected after ; is { so the (playerid, cmdtext[] is being ignored


Re: Error Problems - Lorrden - 03.06.2009

THAT is the most messy piece of code I've ever seen,
I fixed the errors and 100 new popped up -.-