Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMD:cmds(playerid, params[])
- {
- eBigString[0] = EOS;
- //--------------------------------------------------------------------------
- switch(PlayerInfo[playerid][Language])
- {
- case 0:
- {
- strcat(eBigString, ""SERVER_NAME" {FFFFFF}- Commands\n");
- strcat(eBigString, "{FFFFFF}All these commands can be used by pressing T ` or F6!\n");
- strcat(eBigString, "\n");
- strcat(eBigString, "{FFFF00}/CreateClan {00FF00}- Create your own clan.\n");
- strcat(eBigString, "{FFFF00}/V, Car {00FF00}- Use this command if you want to spawn a vehicle.\n");
- strcat(eBigString, "{FFFF00}/Teles {00FF00}- Here you can find all server teleports.\n");
- strcat(eBigString, "{FFFF00}/Rules {00FF00}- View server rules.\n");
- strcat(eBigString, "{FFFF00}/News {00FF00}- View all server news.\n");
- strcat(eBigString, "{FFFF00}/Credits {00FF00}- View server credits.\n");
- strcat(eBigString, "{FFFF00}/PM {00FF00}- To send a Private Message to somebody.\n");
- strcat(eBigString, "{FFFF00}/BuyVIP {00FF00}- Use this command to buy VIP.\n");
- strcat(eBigString, "{FFFF00}/Donate {00FF00}- Use this command to help the server.\n");
- strcat(eBigString, "{FFFF00}/Weapons {00FF00}- Use this command if you want to buy a weapon.\n");
- strcat(eBigString, "{FFFF00}/Jobs {00FF00}- You can take a job and earn coins and cash.\n");
- strcat(eBigString, "{FFFF00}/FWeapons {00FF00}- You can buy from a list funny weapons.\n");
- strcat(eBigString, "{FFFF00}/BWeapons {00FF00}- You can buy from a list big weapons.\n");
- strcat(eBigString, "{FFFF00}/Race {00FF00}- View/Start/Join races.\n");
- strcat(eBigString, "{FFFF00}/GiveCash {00FF00}- You can send cash to a player.\n");
- strcat(eBigString, "{FFFF00}/GiveCoins {00FF00}- You can send coins to a player.\n");
- strcat(eBigString, "{FFFF00}/GiveScore {00FF00}- You can send score to a player.\n");
- strcat(eBigString, "{FFFF00}/HideTds {00FF00}- Use this command if you want to hide all server textdraws\n");
- strcat(eBigString, "{FFFF00}/NP {00FF00}- You can change license plate at your vehicle vehicle\n");
- strcat(eBigString, "{FFFF00}/Skin {00FF00}- This command change your skin.\n");
- strcat(eBigString, "{FFFF00}/VW {00FF00}- You can change your virtual world.\n");
- strcat(eBigString, "{FFFF00}/Kill {00FF00}- Comit a suicide.\n");
- }
- case 1:
- {
- strcat(eBigString, ""SERVER_NAME" {FFFFFF}- Comenzi\n");
- strcat(eBigString, "{FFFFFF}Toate aceste comenzi poti fi folosite apasand tasta T sau F6!\n");
- strcat(eBigString, "\n");
- strcat(eBigString, "{FFFF00}/CreateClan {00FF00}- Creeaza-ti propriul clan.\n");
- strcat(eBigString, "{FFFF00}/V, /Car {00FF00}- Ppentru a spawna un vehicul.\n");
- strcat(eBigString, "{FFFF00}/Teles {00FF00}- Lista cu teleportarile serverului.\n");
- strcat(eBigString, "{FFFF00}/Rules {00FF00}- Vezi regulile serverului.\n");
- strcat(eBigString, "{FFFF00}/News {00FF00}- Vezi update-urile serverului.\n");
- strcat(eBigString, "{FFFF00}/Credits {00FF00}- Vezi creatorii serverului.\n");
- strcat(eBigString, "{FFFF00}/PM {00FF00}- Pentru a trimite un mesaj privat.\n");
- strcat(eBigString, "{FFFF00}/BuyVIP {00FF00}- Pentru a cumpara VIP.\n");
- strcat(eBigString, "{FFFF00}/Donate {00FF00}- Pentru a ajuta serverul.\n");
- strcat(eBigString, "{FFFF00}/Weapons {00FF00}- Pentru a cumpara Arme.\n");
- strcat(eBigString, "{FFFF00}/Jobs {00FF00}- Poti lua un Job si a castiga monede si bani.\n");
- strcat(eBigString, "{FFFF00}/FWeapons {00FF00}- Poti cumpara arme amuzante.\n");
- strcat(eBigString, "{FFFF00}/BWeapons {00FF00}- Poti cumpara arme mari.\n");
- strcat(eBigString, "{FFFF00}/Race {00FF00}- Vezi/Incepe/Intra intr-o cursa.\n");
- strcat(eBigString, "{FFFF00}/GiveCash {00FF00}- Poti trimite bani catre un jucator.\n");
- strcat(eBigString, "{FFFF00}/GiveCoins {00FF00}- Poti trimite bani catre un jucator.\n");
- strcat(eBigString, "{FFFF00}/GiveScore {00FF00}- Poti trimite bani catre un jucator.\n");
- strcat(eBigString, "{FFFF00}/HideTds {00FF00}- Pentru a ascunde toate textdraw-urile.\n");
- strcat(eBigString, "{FFFF00}/NP {00FF00}- Poti schimba numarul de înmatriculare la vehiculul tau.\n");
- strcat(eBigString, "{FFFF00}/Skin {00FF00}- Iti poti schimba skin-ul.\n");
- strcat(eBigString, "{FFFF00}/VW {00FF00}- Iti poti schimba lumea virtuala.\n");
- strcat(eBigString, "{FFFF00}/Kill {00FF00}- Daca vrei sa mori.\n");
- }
- }
- return ShowPlayerDialog(playerid, DIALOG_CMDS_LIST, DIALOG_STYLE_MSGBOX, "Commands Page {FF0000}#1", eBigString, "Next", "Cancel");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement