Jump to content

bcretu64

Membru
  • Posts

    55
  • Joined

  • Last visited

    Never

bcretu64's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. inainte mergea perfect tot doar ca acum nu mai merge nush crek am virusi ce naiba..
  2. simplu? e mai simplu decat celelalte pentru ca mai sunt incepatori pe forum
  3. eehh unu in + nu conteaza gj 5/5
  4. frumos gj 5/5 merita pentru incepatori/avansati na oricum imi place cum ai explicat tot si toate alea ;)
  5. cam inutil mai bn te-a corectat UnderCover
  6. intri aici http://www.000webhost.com/ si dai in dreapta acolo sub Free PHP Hosting dai Free Hosting With Mysql si vezi detaliile apoi dai Home tot in dreapta si dai pe primu Order Now butonul mare sau celalalt buton mare Sign Up , te inregistrezi si gata;) ai hosting Spre ca te-am ajutat;)
  7. nu merge windows firewall... tot mesaju ala cu Due to an unidentified problem, Windows cannot display Windows Firewall Settings... o sa imi fac windows-u din nou si o sa incerc dupaceea;) ms mult =-IcE-
  8. si eu am gamemode XTR-ZONE am rezolvat cateva buguri dar inainte tot timpul sa scriptez fac un backup la gm;) iti zic sa faci la fel
  9. sunt vreo 4 tutoriale ca asta oricum imi place gj 5/5
  10. Asa am gamemode-ul Xtr Zone si cand vreau sa dau /v lock1 sau /v lock2 si scrie Vehicle Locked cu textdraw tot pot sa intru in ea ma ajutati va rog uite aici liniile pentru "lock": [pawn] else if(strcmp(x_nr,"lock",true) == 0) { new keycar = PlayerInfo[playerid][pPelikey]; if(keycar != 999) { new locked[256]; locked = strtok(cmdtext, idx); if(EliInfo[keycar][eLock] == 1) { for(new i = 0; i < MAX_PLAYERS; i++) { if (IsPlayerConnected(i)) { SetVehicleParamsForPlayer(keycar,i,0,0); } } format(string, sizeof(string), "~w~Vehicle~n~~g~Unlocked"); GameTextForPlayer(playerid, string, 4000, 3); EliInfo[keycar][eLock] = 0; OnPropUpdate(); return 1; } else if(EliInfo[keycar][eLock] == 0) { for(new i = 0; i < MAX_PLAYERS; i++) { if (IsPlayerConnected(i)) { SetVehicleParamsForPlayer(keycar,i,0,1); } } format(string, sizeof(string), "~w~Vehicle~n~~r~Locked"); GameTextForPlayer(playerid, string, 4000, 3); EliInfo[keycar][eLock] = 1; OnPropUpdate(); return 1; } }[/pawn] va rog ajutati-ma spunetimi ce trebuie sa modific Multumesc ! Anticipat...
  11. in diferite gamemode-uri exista comanda /savecar dar nu cred ca o ai
×
×
  • 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.