26.06.2011, 15:42
Hello ... I Have This Eror :
in this command :
the eror in this line :
can any one fix it ?
Код HTML:
C:\Users\Eyal\Desktop\PDM\Mode\PDM\gamemodes\GoodMode.pwn(4381) : error 035: argument type mismatch (argument 1)
Код HTML:
dcmd_kcd(playerid,params[])
{
#pragma unused params
if(AccInfo[playerid][Level] >= 1)
{
if(CdStated == 1)
{
KillTimer("cd",1000,3);
return 1;
}
else return SendClientMessage(playerid,red,"ERROR: No Cd Runing !!");
}
else return ErrorMessages(playerid, 1);
}
Код HTML:
KillTimer("cd",1000,3);

