Posts: 3,351
Threads: 780
Joined: Jan 2010
Vedo che sei italiano,anche io.Quel "comando invalido" suppongo sia il messaggio d'errore quando i players scrivono un comando che non esiste vero?Allora devi spostarlo,tipo cosi:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
//Comandi
return SendClientMessage(playerid,WHITE,"[INFO:] Comando invalido, digita /aiuto per la lista");
}
Posts: 3,351
Threads: 780
Joined: Jan 2010
Incollami il comando intero,cosi vedo.
Posts: 3,351
Threads: 780
Joined: Jan 2010
Quello a cui ti da errore.Hai postato solo l'ultima parte,a me serve il comando intero per capirci di piu'.
Posts: 3,351
Threads: 780
Joined: Jan 2010
Prova cosi:
pawn Код:
if(strcmp(cmd, "/comandiadmin", true) == 0 || strcmp(cmd, "/ah", true) == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 1)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 1]: - (/A)dmin - /Goto - /Fly - /Gethere - /Warn - /Muta - /Trova - /Aduty - /Kick - /Autokill - /Infoserver - /Maschere");
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 1]: - /blocca - /sblocca - /cnnn - /Gotolv - /Gotosf - /Gotols - /Fixveh - /Settaskin - /Settamondovirtuale - /Slap - /ricaricarapine");
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 1]: - /bloccorapinac - /bloccorapinab");
}
if (PlayerInfo[playerid][pAdmin] >= 2)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 2]: /Banna - /Ascoltachat - /Ajail - /spec - /specoff - /SettaInterior - /RimuoviArmi");
}
if (PlayerInfo[playerid][pAdmin] >= 3)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 3]: /Listafazioni");
}
if (PlayerInfo[playerid][pAdmin] >= 4)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 4]: /Settavita - /Settaarmatura - /Riempiautobenzina - /Settadroga - /Settamateriali - /Settaprodotti - /Auto");
}
if (PlayerInfo[playerid][pAdmin] >= 5)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 5]: /Donatore - /Settasoldi - /settaarma - /respawn - /Resettacell - /gotoauto - /gotocoord - /EntraAuto - /kickaclan - /kickff");
}
if (PlayerInfo[playerid][pAdmin] >= 6)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 6]: ");
}
if (PlayerInfo[playerid][pAdmin] >= 7)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 7]: /ComandiCasaAdmin - /ComandiBizAdmin - /ApriTutteAuto - /Sbanna - /Sbannaip");
}
if (PlayerInfo[playerid][pAdmin] >= 8)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 8]: ");
}
if (PlayerInfo[playerid][pAdmin] >= 9)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 9]: ");
}
if (PlayerInfo[playerid][pAdmin] >= 10)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 10]: /SettaStats /kicktutti - /ComandiBuildingAdmin - /ComandiFazioneAdmin - /CreaAuto - /Concessionario - /Resetlotto");
}
if (PlayerInfo[playerid][pAdmin] >= 21)
{
SendClientMessage(playerid,COLOR_LIGHTYELLOW2,"[LIVELLO 21]: /SettaAdmin - /SettaHelper - /SettaCapoFazione - /Resettafazione - /Settaspawncivili - /ComandiLavoriAdmin - /Settameteo - /Settaora - /CambiaNumero");
}
if (PlayerInfo[playerid][pAdmin] = 0)
{
SendClientMessage(playerid,COLOR_RED,"[INFO:] Non sei loggato per utilizzare questo comando");
SendClientMessage(playerid,COLOR_RED,"[INFO:] Effettua il login/registrazione");
}
return 1;
}
else return SendClientMessage(playerid,WHITE,"[INFO:] Comando invalido, digita /aiuto per la lista");
Posts: 12
Threads: 1
Joined: Nov 2009
Reputation:
0
Si и verificato un errore...
Comunque quegli errors che mi vengono mi preoccupano...
Posts: 3,351
Threads: 780
Joined: Jan 2010
Si и normale perchи c'и qualcosa che non va.Che errore ti da adesso?