|
|
#1 |
|
Banned
![]() Join Date: Dec 2008
Posts: 233
Reputation: 2
|
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: Code:
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 (c) 1997-2006, ITB CompuPhase
10 Errors.
Code:
}
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;
}
|
|
|
|
|
#2 |
|
Banned
![]() Join Date: Dec 2008
Posts: 233
Reputation: 2
|
i can't under stand why ?? where should i put this script? in the last line right?
|
|
|
|
|
#3 | |
|
Big Clucker
![]() ![]() Join Date: Jun 2010
Posts: 137
Reputation: 0
|
Quote:
![]() Wait to someone to reply,if you dont get a reply in 24 hours then you can post again. |
|
|
|
|
|
#4 |
|
Little Clucker
![]() Join Date: Apr 2010
Posts: 30
Reputation: 0
|
Did you only copy the /armtazer part of the SouthWest-RP script?
|
|
|
|
|
#5 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2010
Location: Norway
Posts: 1,767
Reputation: 23
|
put it under OnPlayerCommandText
|
|
|
|
|
#6 | |
|
Huge Clucker
![]() ![]() ![]() Join Date: Mar 2010
Posts: 235
Reputation: 0
|
Quote:
|
|
|
|
|
|
#7 | ||
|
Banned
![]() Join Date: Dec 2008
Posts: 233
Reputation: 2
|
Quote:
|
||
|
|
|
|
#8 |
|
Banned
![]() Join Date: Dec 2008
Posts: 233
Reputation: 2
|
I got 4 errors now any one can help me to fix it??
Code:
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 (c) 1997-2006, ITB CompuPhase 4 Errors. |
|
|
|
|
#9 |
|
Banned
![]() Join Date: Dec 2008
Posts: 233
Reputation: 2
|
[quote=Karl115 ]
I got 4 errors now any one can help me to fix it?? Code:
C:\DOCUME~1\Owner\Desktop\GALAXY~1\LARPK1~1.PWN(20762) : error 017: undefined symbol "pFaction" |
|
|
|
|
#10 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2010
Location: Norway
Posts: 1,767
Reputation: 23
|
Lol xD triple posting won't get you anywhere else then banned..
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tazer | TouR | Help Archive | 3 | 24/06/2010 07:21 PM |
| Tazer command! | Antonio [G-RP] | Help Archive | 2 | 23/05/2010 03:06 AM |
| Tazer by a weapon? | acade | Help Archive | 13 | 04/03/2010 08:44 PM |
| SDPistol : Tazer help | chneubeul | Help Archive | 6 | 23/12/2009 09:22 PM |
| >>> /Tazer and /getincar | monster010 | Help Archive | 2 | 08/07/2009 11:00 AM |