Jump to content

IcE.

Membru
  • Posts

    1,094
  • Joined

  • Last visited

Everything posted by IcE.

  1. Stiu bugu asta... Nam gasit rezolvare pt el , decat sa fac comanda /f din nou pe zcmd.
  2. IcE.

    Create Clan

    Nu se cer fs-uri.
  3. Cauta linia OnPlayerEnterVehicle si dedesupt adauga asta : [pawn] if(IsAnOwnableCar(vehicleid) && CarInfo[vehicleid][cLock] == 1 && CarInfo[vehicleid][cOwned] == 1) { if(PlayerInfo[playerid][pAdmin] >= 5) { } else { new Float:cx, Float:cy, Float:cz; GetPlayerPos(playerid, cx, cy, cz); SetPlayerPos(playerid, cx, cy, cz); } }[/pawn] La OnPlayerConnect adaugi: [pawn] for(new h = 371; h < sizeof(CarInfo); h++)//371 inlocui cu id-u de la prima masina! { SetVehicleParamsForPlayer(h,playerid,0,CarInfo[h][cLock]); }[/pawn]
  4. IcE.

    problema ceas

    Vorbeste cu owneru sa regleze ora la dedicat :)
  5. Trebuie complit cu pawno in care ai include 0.3d . Fa asa: Descarca un pawno 0.3d punel pe desktop si intra in el si dai complire merge 100%.
  6. Cine pute? :| [pawn] public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { new carmodel; carmodel = GetVehicleModel(vehicleid); if(carmodel == 425 || carmodel == 432) { if(PlayerInfo[playerid][pAdmin] >= 2) { }//modifici tu adminlevel cu cat vrei! else { RemovePlayerFromVehicle(playerid); TogglePlayerControllable(playerid, true); SendClientMessage(playerid,-1,"[server-Rules] - Nai voie daca nu esti admin!"); } } return 1; } [/pawn] Nu se cer scripuri.
  7. IcE.

    Pickup RP!

    Ca sa schimbi pickup-u ai doua varianta 1.Scoti banca sa nu mai fie biz , si faci intrarea cu comanda la pickup 2.Schimbi toate pickupurile de la toate bizurile.
  8. Poate nu ai vrun plugin (daca e sv linux pune .so la sfarsit) , poate nu ai toate fisierele din scriptfiles.
  9. Scrie acolo parola :\ www.cruciatii.ro Tot nai adaugat scriptfiles.
  10. Daca vrei sal postezi pune si scriptfiles.
  11. Sa mai discutat ! http://forum.sa-mp.com/showthread.php?t=175877
  12. [pawn] //OnPlayerConnect WantedPoints[playerid] = 0; WantedLevel[playerid] = 0; [/pawn]
  13. Cauta : http://www.sa-mp.ro/forum/index.php/topic,10232.0.html
  14. IcE.

    Caztura din cer

    Ceva de genu: [pawn]SetPlayerPost(playerid,0.0,0.0,0.0+1);[/pawn]
  15. 1.Din pawn. 2.Apesi pe butonu save 3.Iti faci un sitem de save tunning. 4Lock (titlu)
  16. Nu noi iti facem comenzile, tu tile faci si noi te ajutam daca ai probleme.
  17. IcE.

    Caztura din cer

    Sa sari sa fi cu picioarele pe "pamant" si atunci sa dai save. Chear sa pui un +1 la Z.
  18. IcE.

    sBiz

    Nu ceri tutorial tu , nu nici vorba :|
  19. [pawn] format(coordsstring, sizeof(coordsstring), "Ai %s"DecimalPoint(playerid)); SendClientMessage(playerid, 0x7979FFFF,coordsstring); stock DecimalPoint(playerid) { new str[30]; new cash=GetPlayerMoney(playerid); if(cash >= 0) { format(str, sizeof(str), "$%d", cash); if(1000 <= cash < 10000) strins(str, ".", 2, sizeof(str)); else if(10000 <= cash < 100000) strins(str, ".", 3, sizeof(str)); else if(100000 <= cash < 1000000) strins(str, ".", 4, sizeof(str)); else if(1000000 <= cash < 10000000) { strins(str, ".", 2, sizeof(str)); strins(str, ".", 6, sizeof(str)); } else if(10000000 <= cash < 100000000) { strins(str, ".", 3, sizeof(str)); strins(str, ".", 7, sizeof(str)); } else if(100000000 <= cash < 1000000000) { strins(str, ".", 4, sizeof(str)); strins(str, ".", 8, sizeof(str)); } else if(cash >= 1000000000) { strins(str, ".", 2, sizeof(str)); strins(str, ".", 6, sizeof(str)); strins(str, ".", 10, sizeof(str)); } } else { format(str, sizeof(str), "-$%d", cash-(cash*2)); if(-1000 >= cash > -10000) strins(str, ".", 3, sizeof(str)); else if(-10000 >= cash > -100000) strins(str, ".", 4, sizeof(str)); else if(-100000 >= cash > -1000000) strins(str, ".", 5, sizeof(str)); else if(-1000000 >= cash > -10000000) { strins(str, ".", 3, sizeof(str)); strins(str, ".", 7, sizeof(str)); } else if(-10000000 >= cash > -100000000) { strins(str, ".", 4, sizeof(str)); strins(str, ".", 8, sizeof(str)); } else if(-100000000 >= cash > -1000000000) { strins(str, ".", 5, sizeof(str)); strins(str, ".", 9, sizeof(str)); } else if(cash <= -1000000000) { strins(str, ".", 3, sizeof(str)); strins(str, ".", 7, sizeof(str)); strins(str, ".", 11, sizeof(str));} } return str; } [/pawn]
  20. [pawn]if(PlayerDate[playerid][pAdmin] >= 1) { new messagetext[128]; format(messagetext, 128, "Admin{7FFF00}(ID:%d):{FFFFFF} %s", playerid, text); SendPlayerMessageToAll(playerid, messagetext); } else if(PlayerDate[playerid][pVip] >= 1) { new messagetext[128]; format(messagetext, 128, "VIP{7FFF00}(ID:%d):{FFFFFF} %s", playerid, text); SendPlayerMessageToAll(playerid, messagetext); } else { new messagetext[128]; format(messagetext, 128, "{7FFF00}(ID:%d):{FFFFFF} %s", playerid, text); SendPlayerMessageToAll(playerid, messagetext); }[/pawn] Modifici tu variabile cum le ai tu in sistem.
  21. Nu se cer fs/cmd/gm/map/functi !
  22. Nu. Decat sa faci un nou Chat , cu TextDraw. Dar e complicat ...
×
×
  • 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.