SA-MP Forums Archive
Porfavor ayudeneme :3 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Porfavor ayudeneme :3 (/showthread.php?tid=625300)



Porfavor ayudeneme :3 - SilverGaming - 31.12.2016

Код:
CMD:ahelp(playerid,params[])
{
	new data[825];
	#pragma unused params
	if(AccInfo[playerid][LoggedIn] && AccInfo[playerid][Level] >= 1)
	{
		strcat(data, "___________ |- LuxAdmin System - Help -| ___________");
		strcat(data, ". Admin: /level [1/2/3/4/5] - See Admin Commands of Level");
		strcat(data, ". Credits: /lcredits");
		strcat(data, ". Account: /"#RegisterCommand", /"#LoginCommand", /"#ChangePassCommand"");
		strcat(data, ". Stats: /stats, /resetstats");
		strcat(data, ". Players: /"#RegisterCommand", /"#LoginCommand", /report, /stats, /time, /"#ChangePassCommand", /resetstats, /getid");
		strcat(data, ". IMPORTANT: /observations");
		}
		else if(AccInfo[playerid][LoggedIn] && AccInfo[playerid][Level] < 1)
		{
		strcat(data, "___________ |- LuxAdmin System - Help -| ___________");
	 	strcat(data, "Player Commands:");
		strcat(data, "/"#RegisterCommand", /"#LoginCommand", /report, /stats, /time, /"#ChangePassCommand", /resetstats, /getid");
		}
		else if(AccInfo[playerid][LoggedIn] == 0)
	{
	strcat(data, "___________ |- LuxAdmin System - Help -| ___________");
	strcat(data, "ERROR:");
	strcat(data, "You are not logged in! Log in for see help");
	}
	return 1;
}
Alguien me puede decir porfavor porque cuando utilizo el comando IG no funciona? no hay ningun error ni nada =)


Respuesta: Porfavor ayudeneme :3 - Parka - 31.12.2016

Se que es muy temprano para decirlo, pero puede que mas tarde no este, Feliz Prуximo Aсo Nuevo!!


Respuesta: Porfavor ayudeneme :3 - Whillyrez - 31.12.2016

їSera porque en ningъn momento muestras un dialogo?xd


Re: Porfavor ayudeneme :3 - SilverGaming - 31.12.2016

Ah si :'v