Jump to content

qSorin_

Membru
  • Posts

    420
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by qSorin_

  1. Salut ! Gamemode-ul Burned nu are definit MAX_HOUSE cauta sa in gm: new HouseInfo[100][hInfo] si maresti array-ul Ex: new HouseInfo[150][hInfo] - Sper ca te-am ajutat ! +1 pls
  2. N-ai pentru ce !
  3. Cauta new HouseInfo[100][hInfo] si maresti array-ul ! succes ! +1 Pls
  4. Incearca: CMD:setorder(playerid, params[]) { new gunname[128]; if(IsPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "Trebuie sa te loghezi mai intai."); if(!IsAMember(playerid)) return SCM(playerid, COLOR_LIGHTRED, "Nu esti un mafiot!"); if(GetPlayerInterior(playerid) == 0) return SendClientMessage(playerid, COLOR_WHITE,"Nu esti in HQ."); if(sscanf(params, "i", gunname)) { SendClientMessage(playerid, COLOR_GREY, "Syntax:{FFFFFF} /setorder Arma"); SendClientMessage(playerid, COLOR_WHITE, "Available names: Deagle(1), M4(2)."); return 1; } switch(gunname) { case 1: ShowPlayerDialog(playerid, DIALOG_DEAGLE,DIALOG_STYLE_INPUT, "Arma deagle","Scrie numarul de glooante(Nrx40gloante)","Ok","Close"); case 2: SendClientMessage(playerid, -1, "nU STIU DE CE AM PUS ASTA AICI (SPER CA MERE !)") } return 1; }
  5. arata ultima comanda pe are ai facuta inainte sa dea aceatsa erroare !
  6. Merge sau ? ...
  7. Aolo cum sa scriptezi asa ... ! Uite: https://pastebin.com/KrJgdY9c
  8. Arata functia LoadProperty !
  9. Daca vrei sa imi dai unu de samp !
  10. Nu, deoarece tick-urile de pe localhost vin de la PC-UL Dvs ! Dar pe host o sa ai 197 tick !
  11. Si cum vrei sa te ajutam daca nu avem nici-un cod in topic?
  12. ElCapoJR2005#5858
  13. iNCEARCA : function SendAdminMessage(color,const string[],level) { new text[180]; foreach(Player, i) { if(IsPlayerConnected(i) && IsPlayerLogged == 1) { if(IsPlayerLogged == 1) { if(PlayerData[pAdmin] >= level) { format(text, 256, string); SendClientMessage(i, color, text); } } } } printf("ABC: %s", string); return 1; }
  14. qSorin_

    SOLVED

    incearca sa faci un timer care se executa la o ora fixe sau 2-3 sec in care sa se execute comanda /payday Nush, eu ti-am dat un exemplu !
  15. qSorin_

    Help mee

    Depinde unde ai bagat mapa Codurile de la mapa se baga in OnGameModeInit
  16. Depinde de gamemode
  17. du-te unde ai tu array-urile (adica: new ceva[64]) si pui new PlayerText:Speedo[3];
  18. ElCapoJR2005#5858
  19. Cum se numeste ?
  20. Ce tema folosesti la sublime text ?
  21. new PlayerBar:HudProgress[MAX_PLAYERS[2]; incearca sa il pui sus de tot
  22. Hai privat nu in comentarii
  23. Oricum nu voiam sa vb :))) pe voice
  24. Stiu 65-70% din Limbajul Pawn
×
×
  • 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.