SA-MP Forums Archive
RP Gamemode bug level 2 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: RP Gamemode bug level 2 (/showthread.php?tid=608744)



RP Gamemode bug level 2 - blanic - 04.06.2016

When I reach level 2 in my roleplay gamemode commands are not working for example I type /help and it appears nothing


Re: RP Gamemode bug level 2 - cuzido - 04.06.2016

Could you post your /help command?


Re: RP Gamemode bug level 2 - blanic - 04.06.2016

Quote:
Originally Posted by cuzido
View Post
Could you post your /help command?
I can't use any command since I get level 2 to upper ones
I don't know why I'm just angry after coding 30k rows lol...


Re: RP Gamemode bug level 2 - Filbert - 04.06.2016

Can you show us your /help command code?
We will help you...


Re: RP Gamemode bug level 2 - blanic - 04.06.2016

It's not only about /help command but I can't use any command bro


Re: RP Gamemode bug level 2 - blanic - 04.06.2016

I have also tried brackets checker and it's fine


Re: RP Gamemode bug level 2 - Stinged - 04.06.2016

We need to see at least a command that stops working.


Re: RP Gamemode bug level 2 - blanic - 04.06.2016

This command is one of whom not working

Code:
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;
	}



Re: RP Gamemode bug level 2 - blanic - 04.06.2016

There are working commands for example /jetpack is working but others no, so I tried this https://sampforum.blast.hk/showthread.php?tid=171429 that's brackets checker and there is no bug, I've also tried to remove all filterscripts :/ please help


Re: RP Gamemode bug level 2 - iKevin - 04.06.2016

You wont get help by spamming other threads with your thread, you'd better show us the code istead of telling same things 60 times, it's like I say, "Do you know that John from USA?".. Who the fuck would know your variables, is just same as the who the fuck would know which John is meant in the question above.

No comment.