30.12.2013, 11:03
Please Help me in this script!!
30.12.2013, 11:08
Show us your full command here , on [pawn]your codes here! [ /pawn] without the spaces.
30.12.2013, 11:08
Change its declaration from:
to:
pawn Код:
new pCuffed;
pawn Код:
new pCuffed[MAX_PLAYERS];
30.12.2013, 11:11
30.12.2013, 11:11
Try this
pawn Код:
if(Iscuffed[ID] == 0)return SendClientMessage(playerid, COLOR_GREY, "This player must be cuffed")
30.12.2013, 11:16
PHP код:
C:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : error 017: undefined symbol "Iscuffed"
C:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : warning 215: expression has no effect
C:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Jjion\Desktop\MCRP\gamemodes\TSRP.pwn(25056) : 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.
30.12.2013, 11:26
Well lol
if(pCuffed[ID] == 0) return SendClientMessage(playerid, COLOR_GREY, "This player must be cuffed");
You frogot the ;
if(pCuffed[ID] == 0) return SendClientMessage(playerid, COLOR_GREY, "This player must be cuffed");
You frogot the ;
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)