Jump to content

IcE.

Membru
  • Posts

    1.094
  • Joined

  • Last visited

Everything posted by IcE.

  1. A zis de 3dtext la speedometer )) Nu poti. Apasa F7 odata si se faze mai deschis.
  2. 1.Titlu 2.Nu se cer comenzi.
  3. Asta e sectiunea Ajutor Servere nu Discutii Scripting!
  4. Cauta OnPlayerEnterVehicle si adauga acolo 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]
  5. IcE.

    Caztura din cer

    E foarte bine nu vad problema . Salveaza din nou cordonatele si le pui. Pe tine te da in pardoseala , si daca dai din nou /respawn te da mai jos .
  6. Modifica in gm linia asta: [pawn]new HouseInfo[nr case+1][hInfo];[/pawn]
  7. IcE.

    /enter

    Adauga : [pawn] if((PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2) { //codu } [/pawn]
  8. IcE.

    /enter

    Team pus acolo sa pu si int de la fbi :|
  9. [pawn]// This is a comment // uncomment the line below if you want to write a filterscript //#define FILTERSCRIPT #include <a_samp> new gangzone; main() { print("\n----------------------------------"); print(" Blank Gamemode by your name here"); print("----------------------------------\n"); } public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("Blank Script"); AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319); return 1; } public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, gangzone, 0xFFFF0096); return 1; } forward IsPlayerInArea(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy); public IsPlayerInArea(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); if (x > minx && x < maxx && y > miny && y < maxy) return 1; return 0; } public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746); SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746); SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746); return 1; } public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext,"/war",true)) { if(IsPlayerInArea(playerid,1248.011, 2072.804, 1439.348, 0.0)) { GangZoneFlashForPlayer(playerid, gangzone, 0xFF000098); //SetTimerEx("TakeZone",1*60*1000,0,"ii",playerid,i);// } } return 1; } [/pawn] Testat si merge .
  10. Bine cum crezi tu eu te-am dat rezolvarea dar daca esti prea batut in cap sa intelegi.
  11. IcE.

    /enter

    Iai dat complire ? In ce sens nu merge comanda ?
  12. Daca ai citi scrie acolo.
  13. IcE.

    /enter

    [pawn] if(strcmp(cmd, "/enter", true) == 0) { if (PlayerToPoint(3, playerid,289.8177,167.2616,1007.1719)) { SetPlayerPos(playerid,1507.6525,-1510.1477,13.5473); SetPlayerInterior(playerid,IDINT);//inlocuie cu id-u de la int } return 1; } if(strcmp(cmd, "/exit", true) == 0) { if (PlayerToPoint(3, playerid,1507.6525,-1510.1477,13.5473)) { SetPlayerPos(playerid,289.8177,167.2616,1007.1719); SetPlayerInterior(playerid,0); } return 1; } [/pawn]
  14. Faci cum e aici http://wiki.sa-mp.com/wiki/GangZoneFlashForAll
  15. Doamne aveti niste titluri in voi :|
  16. Titlu.
  17. Ai scos o { sau } in plus . Foloseste programu asta si ai sa afli de unde lipseste http://forum.sa-mp.com/showthread.php?t=171429
  18. IcE.

    Casino closed

    Cauta in gm asta si sterge mai jos tot ce e legat de casino: [pawn]if(PlayerToPoint(20, i,2015.4500,1017.0900,996.8750))[/pawn]
  19. IcE.

    playerid

    Presupun ca folosesti playerid intr-un call back care nu are playerid definit. Fa asa: [pawn] for(new playerid = 0; playerid < MAX_PLAYERS; playerid++) { //codurile tale } [/pawn]
  20. Nu poti decat sa joci , si sal folosesti atunci vor iesi bugurile la iveala.
  21. Dai complire cu pawno 0.3d.
  22. Titlu. Mai lasat cu gura cascata :| Prima data nu gasesti, pe urma nu sti sa dai complire, deci ai gasit sau nu ai gasit ? :|
  23. 1.Nu mai folosi MTA, foloseste Map editor de JerneJL. http://forum.sa-mp.com/showthread.php?t=282801 2.http://wiki.sa-mp.com/wiki/SetWorldTime
  24. IcE.

    obiect

    Daca ai fi cautat obiect cu obiect ai fi gasit. Lock
  25. IcE.

    bug porti

    Daca schimbi inc si pluginu merge perfect . Titlu.
×
×
  • 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.