[HELP] Tazer Gun
#1

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!
Reply
#2

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

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.
Reply
#4

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

put it under OnPlayerCommandText
Reply
#6

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

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..
Reply
#8

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.
Reply
#9

[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?
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)