25.05.2013, 10:05
hello!
I have one problem...
I scripted a kick command, but I get one error:
On this line:
Thanks for your help
I have one problem...
I scripted a kick command, but I get one error:
pawn Код:
C:\Users\tadej\Desktop\SAMP\gamemodes\FMJ2.0.pwn(427) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
pawn Код:
if(sscanf(params, "us[70]", targetid, reason))return SCM(playerid, COLOR_GREY, "[USAGE]: /kick [playerid] [reason]");