SA-MP Forums Archive
Help (SOLVED!) - 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)
+--- Thread: Help (SOLVED!) (/showthread.php?tid=337614)



Help (SOLVED!) - James Coral - 27.04.2012

SOLVED


Re: Help (SOLVED!) - ViniBorn - 27.04.2012

pawn Код:
#if defined FILTERSCRIPT
new VoteKick[MAX_PLAYERS], Vote[MAX_PLAYERS];
Replace for :
pawn Код:
new VoteKick[MAX_PLAYERS], Vote[MAX_PLAYERS];
#if defined FILTERSCRIPT


Or put this after #else
pawn Код:
new VoteKick[MAX_PLAYERS], Vote[MAX_PLAYERS];



Re: Help (SOLVED!) - Ballu Miaa - 27.04.2012

EDIT: Solved. Thanks to the poster above.


Re: Help (SOLVED!) - RollTi - 27.04.2012

Lol its already solved

LOL the one who made the /votekick is me why you didn't ask to me instead creating a new topic.


Re: Help (SOLVED!) - James Coral - 27.04.2012

Sorry xD i putted to wrong way those Variablaes!