Jump to content

Gireada

V.I.P
  • Posts

    2.689
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Gireada

  1. 1.Masina trebuie respawnata pentru a se schimba 2.Deci daca o sa pui 2 numere posibil sa se incurce. Incearca asa stock ChangeVehPlate(vehicleid, cont placuta[] ) { new string[32]; format(string,sizeof(string),"LV-%d-%s", vehicleid, placuta); SetVehicleNumberPlate(vehicleid, string ); return 1; } Iar ChangeVehPlate(vehicleid, cont placuta[] ) o pui comanda /v setplate. Sper ca macar asta stii sa faci.
  2. Presupun ca trebuie sa ai in scriptfiles un folder
  3. Inainte de a posta, documenteazate. Numarul maxi la placute este e 32 de caractere.
  4. Gireada

    problema td

    Pai intri in gamemode si apesi F5 pentru a se compila. Daca iti arata erori posteazale aici
  5. Gireada

    Txd Draw

    asta
  6. Ai fisierul .amx?
  7. Posteaza comanda
  8. La comanda sau la ce?
  9. 1.Am facut update la gamemode. 2.Incearca un alt in includer
  10. Gireada

    Warn

    Eu vad ca face asta deja BUD::SetIntEntry(userid, "Vip", 0); BUD::SetIntEntry(userid, "VipWarns", 0);
  11. Gireada

    Tban

    asta e greu sa cauti?
  12. Azi update. Uitativa la primul post
  13. 1.Incearca sa schimbi numele 2.Sterge comanda
  14. Cazinoul apartine de gamemode?
  15. format(string, sizeof(string), " %s s-a connectat ****.", gpInfo[playerid][pName]); format(string, sizeof(string), "{ffffff}%s a fost detectat cu .", gpInfo[playerid][pName]); ai uitat sa pui la sizeof parantezele ( )
  16. Gireada

    Tban

    asta[/ul]
  17. Gireada

    Warn

    Ce warning-uri ai?
  18. in loc de (IsPlayerInRangeOfPoint(playerid, 3.0, AtmInfo[aX], AtmInfo[aY], AtmInfo[aZ])) pune (IsPlayerInRangeOfPoint(i, 3.0, AtmInfo[aX], AtmInfo[aY], AtmInfo[aZ]))
  19. 1.Ai warn pentru 2xpost. 2. if(strcmp(cmd, "/bonusmis", true) == 0) { if(IsPlayerConnected(playerid)) { SendClientMessage(playerid, COLOR_GREY,"*** {12E3A8}Level 1{737373} *** {FB0500}10 {07B584}mission passed - {FFB700}100.000$ + 5 respect points."); SendClientMessage(playerid, COLOR_GREY,"*** {12E3A8}Level 2{737373} *** {FB0500}30 {07B584}mission passed - {FFB700}250.000$ + 15 respect points."); SendClientMessage(playerid, COLOR_GREY,"*** {12E3A8}Level 3{737373} *** {FB0500}50 {07B584}mission passed - {FFB700}500.000$ + 30 respect points."); SendClientMessage(playerid, COLOR_GREY,"*** {12E3A8}Level 4{737373} *** {FB0500}100 {07B584}mission passed - {FFB700}1.000.000$ + 1 level."); SendClientMessage(playerid, COLOR_GREY,"*** {12E3A8}Level 5{737373} *** {FB0500}250 {07B584}mission passed - {FFB700}3.000.000$ + 1 level + 50 respect points."); new misiuni = PlayerInfo[playerid][pCompMission]; if ( PlayerInfo[playerid][pCompMission] < 10 && PlayerInfo[playerid][pLevel] == 1) { SendClientMessage(playerid, COLOR_GREY,"*** You are {12E3A8}level 1."); format(string, 256 ,"*** Completed mission {FFFFFF}[{FB0500}%d/10{FFFFFF}]", misiuni); SendClientMessage(playerid, COLOR_GREY, string); return 1; } if ( PlayerInfo[playerid][pCompMission] < 30 && PlayerInfo[playerid][pLevel] == 2) { SendClientMessage(playerid, COLOR_GREY,"*** You are {12E3A8}level 2."); format(string, 256 ,"*** Completed mission {FFFFFF}[{FB0500}%d/30{FFFFFF}]", misiuni); SendClientMessage(playerid, COLOR_GREY, string); return 1; } if ( PlayerInfo[playerid][pCompMission] < 50 && PlayerInfo[playerid][pLevel] == 3) { SendClientMessage(playerid, COLOR_GREY,"*** You are {12E3A8}level 3."); format(string, 256 ,"*** Completed mission {FFFFFF}[{FB0500}%d/50{FFFFFF}]", misiuni); SendClientMessage(playerid, COLOR_GREY, string); return 1; } if ( PlayerInfo[playerid][pCompMission] < 100 && PlayerInfo[playerid][pLevel] == 4) { SendClientMessage(playerid, COLOR_GREY,"***You are {12E3A8}level 4."); format(string, 256 ,"*** Completed mission {FFFFFF}[{FB0500}%d/100{FFFFFF}]", misiuni); SendClientMessage(playerid, COLOR_GREY, string); return 1; } if ( PlayerInfo[playerid][pCompMission] < 250 && PlayerInfo[playerid][pLevel] == 2) { SendClientMessage(playerid, COLOR_GREY,"***You are {12E3A8}level 5."); format(string, 256 ,"*** Completed mission {FFFFFF}[{FB0500}%d/250{FFFFFF}]", misiuni); SendClientMessage(playerid, COLOR_GREY, string); return 1; } } return 1; }
  20. xampp - te ajuta sa faci din localhost o baza de date mysql - connectarea din script la o baza de date
  21. aratami includerul atm
  22. Dami linia 2130 sa vad care e. Iar linia 21 e in includerul dutils
  23. Esti incepator urmeaza deocamdata tutorialele astea. Acest gen cu sedativ_sedativ se numeste Role-Play. Adica tot ce faci in viata reala faci si acolo(pe tine nu te cheama sedativ_sedativ te cheama Gireada_Iulian de exemplu)
  24. Gireada

    Problema GM

    Posteaza erorile si liniile respective
  25. Urca doar gamemodeul(.axm) atata
×
×
  • 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.