allora io metto un esempio questo comando
CMD:report(playerid,params[])
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, rosso, "[Uso:] /report [playerid] [motivo]");
return 1;
}
ma mi da errori al comando che c'e sotto ma perche?
CMD:report(playerid,params[])
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, rosso, "[Uso:] /report [playerid] [motivo]");
return 1;
}
ma mi da errori al comando che c'e sotto ma perche?