SA-MP Forums Archive
Another Gate problem - 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: Another Gate problem (/showthread.php?tid=167753)



Another Gate problem - Karl1195 - 13.08.2010

As every one know i asked 3 questions on 3 different gates.. i made 3 filterscripts and when i put them in my gamemode the admin commands wheren't working so i decided to put all 3 in one filter script i got this error.


Код:
C:\Documents and Settings\Karl\Desktop\Copy of FS by me\GarageFS.pwn(110) : error 021: symbol already defined: "OnPlayerCommandText"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Line: 109 / 110

Код:
public OnPlayerCommandText(playerid, cmdtext[]) //Main Gate command here
		{



Re: Another Gate problem - rbN. - 13.08.2010

Check if you already have OnPlayerCommandText in your script (with CTRL+F)


Re: Another Gate problem - Karl1195 - 13.08.2010

ya i do what should i do?


Re: Another Gate problem - WillyP - 13.08.2010

hmm

does youre whole script have two OnPlayerCommandText's?


Re: Another Gate problem - Karl1195 - 13.08.2010

ya................


Re: Another Gate problem - rbN. - 13.08.2010

Quote:
Originally Posted by Karl1195
Посмотреть сообщение
ya................
Delete one


Re: Another Gate problem - Karl1195 - 13.08.2010

i tried more errors


Re: Another Gate problem - Karl1195 - 13.08.2010

any ways the FS are fucking my server i have to put them in game mode and i dont know how like 60k lines!!


Re: Another Gate problem - Ihsan_Cingisiz - 13.08.2010

Quote:
Originally Posted by Karl1195
Посмотреть сообщение
any ways the FS are fucking my server i have to put them in game mode and i dont know how like 60k lines!!
Paste it on http://www.pastebin.com/ and we'll help you further..