04.06.2016, 17:18
When I reach level 2 in my roleplay gamemode commands are not working for example I type /help and it appears nothing
if(strcmp(cmd, "/aiuto", true) == 0) { SendClientMessage(playerid,0x04C4D9AA,"___________________[LISTA AIUTI]___________________"); SendClientMessage(playerid,COLOR_LIGHTBLUE,"[INFO] /stats /pannello (mostra le statistiche e cambio password)"); SendClientMessage(playerid,COLOR_LIGHTBLUE,"[RACCOGLIERE] /rso /gs (Raccogli/Getta soldi) /ra /ga (Raccogli/Getta arma) /raccoglidroga {Raccogli Droga} /rsc /gsc {Raccogli/Getta Sacca}"); SendClientMessage(playerid,COLOR_LIGHTBLUE,"[ACCESSORI] /Benda[Bendi Ј Sbendi] /Lega - /Slega - /Maschera - /chiedi"); SendClientMessage(playerid,COLOR_LIGHTBLUE,"[DOCUMENTI & LICENZE] /md [id/nome] /Ma [Mostra Assicurazione Veicolo] /ml [id/nome]"); SendClientMessage(playerid,COLOR_LIGHTBLUE,"[CHAT] /me - /do - /prova - /b (OOC) - /g (grida) - /l (bassa voce) - /sus (sussurrare)"); SendClientMessage(playerid,COLOR_LIGHTBLUE,"[RAPINE & NOLEGGI] /rapinabanca - /rapinacasino - /affittaauto"); SendClientMessage(playerid,COLOR_LIGHTBLUE,"[AIUTI] /aiutoLavoro - /comandifazione - /aiutoCell - /aiutoWt"); return 1; }