14.08.2011, 04:15
pawn Код:
CMD:let(playerid, params[])
{
new str[128], ID;
if(sscanf, "us[128]", ID, str) return SendClientMessage(playerid, -1, "Usage: ekk [playerid] [reason]");
if(GetPlayerVirtualWorld(playerid) == 9)
{
SetPlayerVirtualWorld(ID, 0);
}
else
{
SendClientMessage(ID, -1, "You are not in the event!");
}
return 1;
}
pawn Код:
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\filterscripts\AntiHH.pwn(31) : warning 202: number of arguments does not match definition
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\filterscripts\AntiHH.pwn(40) : error 076: syntax error in the expression, or invalid function call
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.