27.08.2017, 08:52
hi.
i have the issue with a crack command.
code
i am not getting any error but it always show wrongsyntax and var1,var2,var3 is numbers
anything wrong ??
thnx in advance
i have the issue with a crack command.
code
Code:
new var1,var2,var3
if(sscanf(params)"iii",var1,var2,var3)
{
SendClientMessage(playerid,red,"syntax wrong"):
}
else {
// it entered here
}
anything wrong ??
thnx in advance


