Jump to content

Alex23

Membru
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Alex23

  1. Alex23

    Ajutor

    Pai pui PlayerData[playerid][pFlyLic] = 1;- sau cum ai tu Enum. query care sa bage si-n db ca sa aiba si dupa relog si eventual sa-i ia si niste $$ si cam asta-i treaba.
  2. Alex23

    Sa-mp server.

    Ori nu e compilat de tot GM, ori iti lipsesc pluginuri.
  3. Nu te lasa sa vezi ca "vizitator" sa zic asa, tu nu esti logat cu niciun cont pentru ca trebuia sa scrie 'cont@localhost' daca erai logat, dar la tine inainte de @ nu scrie nimic. Ori adaugi permisiuni pentru vizitatori ori te loghezi cu un cont.
  4. Alex23

    Ajutor

    Lasa doar odata onplayercommandtext primu. [pawn]//---------------------------<[ ]>-------------------------------------------------------- public OnPlayerCommandText(playerid, cmdtext[]) { new string[256]; new playermoney; new sendername[MAX_PLAYER_NAME]; new giveplayer[MAX_PLAYER_NAME]; new playername[MAX_PLAYER_NAME]; new cmd[256]; new tmp[256]; new giveplayerid, moneys, idx; cmd = strtok(cmdtext, idx); dcmd(rset, 4, cmdtext); if (strcmp("/fevent2", cmdtext, true, 9) == 0) { if(IsPlayerAdmin(playerid)) { ReactionTest(); return 1; } else return 0; } if (strcmp("/fightstyles", cmdtext, true, 10) == 0) { ShowPlayerDialog(playerid, DIALOGID, DIALOG_STYLE_LIST, "Fighting Styles", "Fighting Styles", "Select", "Cancel"); return 1; } // [... Alte comenzi....] if(strcmp(cmdtext, "/plane", true) == 0) { ShowModelSelectionMenu(playerid, planelist, "->Planes<-"); return 1; } if(strcmp(cmdtext, "/changeskin", true) == 0) { ShowModelSelectionMenu(playerid, skinlist, "Select Skin"); return 1; } public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, "/plane", true) == 0) { ShowModelSelectionMenu(playerid, planelist, "->Planes<-"); return 1; } if(strcmp(cmdtext, "/changeskin", true) == 0) { ShowModelSelectionMenu(playerid, skinlist, "Select Skin"); return 1; } return 0; } [/pawn] Cam asa ceva.
  5. Alex23

    Gm cu Mysql

    Poti conecta gamemode-ul si la o baza de date mysql externa (cea de la host / alta) care permite o conexiunea din exterior.
  6. GM rGaming, ai nevoie de pluginu' nativechecker.
  7. Da-ne prima parte din comanda /makeleader sa vedem de la level de admin ai acces la comanda. Nu iti da skin pentru ca nu e facut, skin primesti cand dai /makeleader nu cand mori.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.