26.12.2010, 13:49
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(pagalba, 7, cmdtext);
return 0;
}
dcmd_pagalba(playerid, params[])
{
SendClientMessage(playerid,WHITE,"* === Pagalba ===");
SendClientMessage(playerid,WHITE,"* /VEIKSMAI /MASINA /GKOMANDOS /NARKOTIK /POLICIJA /NAMAI /INFO");
SendClientMessage(playerid,WHITE,"* /SASKAITA /INFORMACIJA /POKALBIAI (+ telefonas) /KITI /MIRES");
SendClientMessage(playerid,WHITE,"* /ZOLE /SEKLOS /PUSTI");
SendClientMessage(playerid,WHITE,"* /DKOMANDOS /AKOMANDOS (administratoriu komandos)");
SendClientMessage(playerid,WHITE,"* /MEDIKAI /DO /SAUKTI /TYLIAI");
SendClientMessage(playerid,WHITE,"* /EKOMANDOS /ZPAGALBA /VIPAS /GPS /VARTAI");
return 1;
}
That's wrong with this command ?
i got warning 203: symbol is never used: "params" warning!
Please help me
{
dcmd(pagalba, 7, cmdtext);
return 0;
}
dcmd_pagalba(playerid, params[])
{
SendClientMessage(playerid,WHITE,"* === Pagalba ===");
SendClientMessage(playerid,WHITE,"* /VEIKSMAI /MASINA /GKOMANDOS /NARKOTIK /POLICIJA /NAMAI /INFO");
SendClientMessage(playerid,WHITE,"* /SASKAITA /INFORMACIJA /POKALBIAI (+ telefonas) /KITI /MIRES");
SendClientMessage(playerid,WHITE,"* /ZOLE /SEKLOS /PUSTI");
SendClientMessage(playerid,WHITE,"* /DKOMANDOS /AKOMANDOS (administratoriu komandos)");
SendClientMessage(playerid,WHITE,"* /MEDIKAI /DO /SAUKTI /TYLIAI");
SendClientMessage(playerid,WHITE,"* /EKOMANDOS /ZPAGALBA /VIPAS /GPS /VARTAI");
return 1;
}
That's wrong with this command ?
i got warning 203: symbol is never used: "params" warning!
Please help me