Please Help me in this script!!
#1

What is the problem here in my script ...


Reply
#2

Show us your full command here , on [pawn]your codes here! [ /pawn] without the spaces.
Reply
#3

Change its declaration from:
pawn Код:
new pCuffed;
to:
pawn Код:
new pCuffed[MAX_PLAYERS];
Reply
#4

Reply
#5

Try this
pawn Код:
if(Iscuffed[ID] == 0)return SendClientMessage(playerid, COLOR_GREY, "This player must be cuffed")
Reply
#6

PHP код:
C:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : error 017undefined symbol "Iscuffed"
C:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : warning 215expression has no effect
C
:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : error 001expected token";"but found "]"
C:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : error 029invalid expressionassumed zero
C
:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

Reply
#7

Well lol

if(pCuffed[ID] == 0) return SendClientMessage(playerid, COLOR_GREY, "This player must be cuffed");

You frogot the ;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)