if(strcmp("/Comandos", cmdtext, true, 10) == 0){
new texto[5000];
strins(texto,"{00BFFF}/Creditos - {FFFAF0} Para ver os creditos do Server",strlen(texto));
strins(texto,"{00BFFF}/Admins -{FFFAF0} Para ver os Admins Online",strlen(texto));
strins(texto,"{00BFFF}/MeuLevel -{FFFAF0} Para Ver seu Level",strlen(texto));
strins(texto,"{00BFFF}/Trancar - Para Trancar um Veнculo",strlen(texto));
strins(texto,"{00BFFF}/Destrancar - {FFFAF0}Destranca Seu Veнculo",strlen(texto));
strins(texto,"{00BFFF}/Vips - {FFFAF0}Para Ver os Vips Online",strlen(texto));
strins(texto,"{00BFFF}/VatangensVip - {FFFAF0}Para Ver As Vantagens VIP",strlen(texto));
strins(texto,"{00BFFF}/Profissao - {FFFAF0}Para Ver os comandos De sua Profissгo",strlen(texto));
strins(texto,"{00BFFF}/Identidade - {FFFAF0}Para Ver sua Identidade",strlen(texto));
strins(texto,"{00BFFF}/Abastecer - {FFFAF0}Para Abastecer O Veнculo ( Posto )",strlen(texto));
strins(texto,"{00BFFF}/190 - {FFFAF0}Para Denunciar um Jogador a Policia",strlen(texto));
strins(texto,"{00BFFF}/192 - {FFFAF0}Para Chamar Os Paramedicos",strlen(texto));
strins(texto,"{00BFFF}/193 - {FFFAF0}Para Chamar os Bombeiros",strlen(texto));
strins(texto,"{00BFFF}/Duvida - {FFFAF0}Para Pedir ajuda aos Administradores",strlen(texto));
strins(texto,"{00BFFF}/Relatorio - {FFFAF0}Para Denunciar Jogadores Com( XITER / DB / DM )",strlen(texto));
ShowPlayerDialog(playerid,Pilantra,DIALOG_STYLE_MSGBOX, "Comandos",texto, "Fechar", "");
return 1;
}
if(strcmp("/comandos", cmdtext, true) == 0) { new texto[860]; strins(texto,"{00BFFF}/Creditos - {FFFAF0} Para ver os creditos do Server\n",strlen(texto)); strins(texto,"{00BFFF}/Admins -{FFFAF0} Para ver os Admins Online\n",strlen(texto)); strins(texto,"{00BFFF}/MeuLevel -{FFFAF0} Para Ver seu Level\n",strlen(texto)); strins(texto,"{00BFFF}/Trancar - Para Trancar um Veнculo\n",strlen(texto)); strins(texto,"{00BFFF}/Destrancar - {FFFAF0}Destranca Seu Veнculo\n",strlen(texto)); strins(texto,"{00BFFF}/Vips - {FFFAF0}Para Ver os Vips Online\n",strlen(texto)); strins(texto,"{00BFFF}/VatangensVip - {FFFAF0}Para Ver As Vantagens VIP\n",strlen(texto)); strins(texto,"{00BFFF}/Profissao - {FFFAF0}Para Ver os comandos De sua Profissгo\n",strlen(texto)); strins(texto,"{00BFFF}/Identidade - {FFFAF0}Para Ver sua Identidade\n",strlen(texto)); strins(texto,"{00BFFF}/Abastecer - {FFFAF0}Para Abastecer O Veнculo ( Posto )\n",strlen(texto)); strins(texto,"{00BFFF}/190 - {FFFAF0}Para Denunciar um Jogador a Policia\n",strlen(texto)); strins(texto,"{00BFFF}/192 - {FFFAF0}Para Chamar Os Paramedicos\n",strlen(texto)); strins(texto,"{00BFFF}/193 - {FFFAF0}Para Chamar os Bombeiros\n",strlen(texto)); strins(texto,"{00BFFF}/Duvida - {FFFAF0}Para Pedir ajuda aos Administradores\n",strlen(texto)); strins(texto,"{00BFFF}/Relatorio - {FFFAF0}Para Denunciar Jogadores Com( XITER / DB / DM )\n",strlen(texto)); ShowPlayerDialog(playerid,Pilantra,DIALOG_STYLE_MSGBOX, "Comandos",texto, "Fechar", ""); return 1; }
strcat(texto, "{00BFFF}/Creditos - {FFFAF0} Para ver os creditos do Server\n");
alucard de uma olhada aqui pra vc falar q eu to fasendo merda https://sampforum.blast.hk/showthread.php?tid=441953
|
CMD:ee(playerid)
{
new string[952];
strcat(string, "[Server Commands]/credits,/help,/kill,/afk,/back,/me,/v,/givecash,/fix,/flip,/tts,/ttsstop,/skin,/report,/admin,/pm,/admins,/radio\n");
strcat(string, "[Server Commands]/addboject,/objectids,/boneids\n");
strcat(string, "[Admin Commands (1)]/s,/soff,/explode,/slap,/mute,/unmute\n");
strcat(string, "[Admin Commands (2)]/duty,/dutyoff,/fr(eeze),/unfr(eeze),/cc\n");
strcat(string, "[Admin Commands (3)]/rac,/recon\n");
strcat(string, "[Admin Commands (4)]/bring,/goto,/heal,/healall,/adminradio,/radiooff\n");
strcat(string, "[Admin Commands (5)]/gmx");
ShowPlayerDialog(playerid, Pilantra, DIALOG_STYLE_MSGBOX, "Comandos", string, "Fechar", "");
return 1;
}