SA-MP Forums Archive
[HELP] Tazer Gun - 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] Tazer Gun (/showthread.php?tid=155366)



[HELP] Tazer Gun - Karl115 - 18.06.2010

I found this SD Tazer script and i am trying to put it in my script when i do i get 10 errors. Can you help me remove the errors pls i realy need this.

These are the errors:
Код:
 


C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69797) : error 054: unmatched closing brace ("}")

C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69798) : error 010: invalid function or declaration

C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69800) : error 010: invalid function or declaration

C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69802) : error 010: invalid function or declaration

C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69805) : error 010: invalid function or declaration

C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69807) : error 010: invalid function or declaration

C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69809) : warning 218: old style prototypes used with optional semicolumns

C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69810) : error 021: symbol already defined: "format"


C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69811) : error 021: symbol already defined: "ProxDetector"

C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69813) : error 010: invalid function or declaration

C:\DOCUME~1\Owner\Desktop\GALAXY~1\larpKbu.pwn(69818) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


10 Errors.
This is the script :
Код:
}
		if(strcmp(cmd, "/armtazer", true) == 0)
		{
		  if(PlayerInfo[playerid][pFaction] != 255 && FactionInfo[PlayerInfo[playerid][pFaction]][fType] == 1 || PlayerInfo[playerid][pFaction] != 255 && FactionInfo[PlayerInfo[playerid][pFaction]][fType] == 2)
			{
			  if(Gduty[playerid] != 1)
		  	{
	        SendClientMessage(playerid, COLOR_INDIGO, "You have to be on Duty");
	        return 1;
				}
				if(GetPlayerWeapon(playerid) == 23)
				{
				  InfoBoxForPlayer(playerid, "~g~Tazer~n~~n~Tazers is armed!");
					format(string, sizeof(string), "%s withdraws and arms his tazer.", GetPlayerNameEx(playerid));
					ProxDetector(20.0, playerid, string,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN);
				}
				else
				{
				  SendClientMessage(playerid, COLOR_INDIGO, "You need a tazer");
				}
			}
			return 1;
		}
Help!


Re: [HELP] Tazer Gun - Karl115 - 18.06.2010

i can't under stand why ?? where should i put this script? in the last line right?


Re: [HELP] Tazer Gun - wEstSidЂ - 18.06.2010

Quote:
Originally Posted by Karl115
i can't under stand why ?? where should i put this script? in the last line right?
Dont double post !!
Wait to someone to reply,if you dont get a reply
in 24 hours then you can post again.


Re: [HELP] Tazer Gun - Carvos - 18.06.2010

Did you only copy the /armtazer part of the SouthWest-RP script?


Re: [HELP] Tazer Gun - Cameltoe - 18.06.2010

put it under OnPlayerCommandText


Re: [HELP] Tazer Gun - NiiRV4N4 - 18.06.2010

Quote:
Originally Posted by Carvos
Did you only copy the /armtazer part of the SouthWest-RP script?
HE probably did


Re: [HELP] Tazer Gun - Karl115 - 18.06.2010

Quote:
Originally Posted by NiiRV4N4
Quote:
Originally Posted by Carvos
Did you only copy the /armtazer part of the SouthWest-RP script?
HE probably did
Yah i did because i couldn't fidn the FS..


Re: [HELP] Tazer Gun - Karl115 - 18.06.2010

I got 4 errors now any one can help me to fix it??


Код:
C:\DOCUME~1\Owner\Desktop\GALAXY~1\LARPK1~1.PWN(20762) : error 017: undefined symbol "pFaction"
C:\DOCUME~1\Owner\Desktop\GALAXY~1\LARPK1~1.PWN(20762) : error 017: undefined symbol "pFaction"
C:\DOCUME~1\Owner\Desktop\GALAXY~1\LARPK1~1.PWN(20762) : error 029: invalid expression, assumed zero
C:\DOCUME~1\Owner\Desktop\GALAXY~1\LARPK1~1.PWN(20762) : fatal error 107: too many error messages on one line

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


4 Errors.



Re: [HELP] Tazer Gun - Karl115 - 18.06.2010

[quote=Karl115 ]
I got 4 errors now any one can help me to fix it??



Код:
C:\DOCUME~1\Owner\Desktop\GALAXY~1\LARPK1~1.PWN(20762) : error 017: undefined symbol "pFaction"
why i get the error pFaction - id faction 1 is police so it is good?


Re: [HELP] Tazer Gun - Cameltoe - 18.06.2010

Lol xD triple posting won't get you anywhere else then banned..