Jump to content

qSorin_

Membru
  • Posts

    422
  • 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. Cauta new HouseInfo[100][hInfo] si maresti array-ul ! succes ! +1 Pls
  3. 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; }
  4. arata ultima comanda pe are ai facuta inainte sa dea aceatsa erroare !
  5. Aolo cum sa scriptezi asa ... ! Uite: https://pastebin.com/KrJgdY9c
  6. Arata functia LoadProperty !
  7. Nu, deoarece tick-urile de pe localhost vin de la PC-UL Dvs ! Dar pe host o sa ai 197 tick !
  8. Si cum vrei sa te ajutam daca nu avem nici-un cod in topic?
  9. 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; }
  10. 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 !
  11. qSorin_

    Help mee

    Depinde unde ai bagat mapa Codurile de la mapa se baga in OnGameModeInit
  12. du-te unde ai tu array-urile (adica: new ceva[64]) si pui new PlayerText:Speedo[3];
  13. Ce tema folosesti la sublime text ?
  14. new PlayerBar:HudProgress[MAX_PLAYERS[2]; incearca sa il pui sus de tot
  15. Hai privat nu in comentarii
  16. Oricum nu voiam sa vb :))) pe voice
  17. 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.