Jump to content

doryn3l

Membru
  • Posts

    31
  • Joined

  • Last visited

    Never

About doryn3l

  • Birthday 11/24/1994

doryn3l's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Al 3-lea nici nu e facut de tine, doar l-ai editat http://forum.sa-mp.com/showthread.php?t=72649 La fel si la primul: http://forum.sa-mp.com/showthread.php?t=124251
  2. E asa greu sa dai un search pe <a href="http://lmgtfy.com/?q=FS+GarStore+v1.0">google</a>?
  3. Foloseste asta http://forum.sa-mp.com/showthread.php?t=109669&highlight=save+tune si CMD-ul asta: [pawn]if(strcmp(cmd, "/park", true) == 0) // Seba97 { { if(gPlayerLogged[playerid] == 1) { if(IsPlayerConnected(playerid)) { new Float:x,Float:y,Float:z; new Float:a; new carid; new getcarid; if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pPcarkey]) { carid = PlayerInfo[playerid][pPcarkey]; } else { return 1; } getcarid = GetPlayerVehicleID(playerid); GetPlayerName(playerid, playername, sizeof(playername)); GetVehiclePos(carid, x, y, z); //GetPlayerFacingAngle(playerid, a); GetVehicleZAngle(carid, a); if(IsPlayerInVehicle(playerid,carid) && CarInfo[carid][cOwned] == 1) { if(PlayerInfo[playerid][pPcarkey] == 999) { SendClientMessage(playerid, COLOR_GREY, "You don't own a car."); return 1; } if(getcarid == carid) { CarInfo[carid][cLocationx] = x; CarInfo[carid][cLocationy] = y; CarInfo[carid][cLocationz] = z; CarInfo[carid][cAngle] = a; format(string, sizeof(string), "~n~ Car Parked ~n~"); GameTextForPlayer(playerid, "You have parked your vehicle in this position. It will respawn here.", 10000, 3); OnPropUpdate(); OnPlayerUpdateEx(playerid); DestroyVehicle(carid); CreateVehicle(CarInfo[carid][cModel],CarInfo[carid][cLocationx],CarInfo[carid][cLocationy],CarInfo[carid][cLocationz]+1.0,CarInfo[carid][cAngle],CarInfo[carid][cColorOne],CarInfo[carid][cColorTwo],60000); TogglePlayerControllable(playerid, 1); SetVehicleToRespawn(carid); return 1; } } else { SendClientMessage(playerid, COLOR_GREY, "You are not driving your car"); return 1; } } else { SendClientMessage(playerid, COLOR_GREY, "You need to login to use this command"); return 1; } } } return 1; }[/pawn]
  4. Posteaza partea in care ii da doar celui care cucereste.
  5. Esti penibil, macar daca dowloandai FS-u si vedeai ce scrie in el la credits, dar ce sa iti cer la 13-14 ani pe care ii ai..
  6. [pawn]forward pdclose()[/pawn] [pawn]new pdgate;[/pawn] [pawn] else if(PlayerToPoint(5.0,i, coord de unde sa se deschida gate)) { if(PlayerInfo[pMember] == 1 || PlayerInfo[pLeader] == 1) { MoveObject(pdgate, coord obiect unde sa se miste ,5.0); SetTimerEx("pdclose",5000,false,"d",i); } }[/pawn] [pawn]pdgate = CreateObject( obiectul facut in mta );[/pawn] [pawn]public pdclose() { MoveObject(pdgate,coord ob pentru a reveni la loc,5.0); }[/pawn] Uite si un gate pentru garajul LSPD. Pentru FBI si NG faci la fel. [pawn]forward pdclose();[/pawn] [pawn]new pdgate;[/pawn] [pawn] else if(PlayerToPoint(5.0,i,1586.906128, -1638.418213, 15.071732)) { if(PlayerInfo[pMember] == 1 || PlayerInfo[pLeader] == 1) { MoveObject(pdgate,1586.906128, -1638.418213, 6.071732,5.0); SetTimerEx("pdclose",5000,false,"d",i); } }[/pawn] [pawn]pdgate = CreateObject(980, 1586.906128, -1638.418213, 15.071732, 0.0000, 0.0000, 0.0000);[/pawn] [pawn]public pdclose() { MoveObject(pdgate,1586.906128, -1638.418213, 15.071732,5.0); }[/pawn]
  7. [pawn]for(new i=0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerInfo[pMember] == 2||PlayerInfo[pLeader] == 2) {//2 = id factiune[/pawn] mai departe sper ca stii ..
  8. Foloseste asta http://forum.sa-mp.com/showthread.php?t=109669&highlight=save+tune , iar la v park dupa TogglePlayerControllable(playerid, 1); pune SetVehicleToRespawn(carid);
  9. Acolo vin skinurile la care nu se potrivesc frizurile. Ai 'dreptate'. 5 frizuri sunt in sa-mp desteptu lu' peste. http://wiki.sa-mp.com/wiki/Samp_objects
  10. E folositor pe un server RP.
  11. Acest FS contine 5 frizuri care le vi le puteti procura de la o frizerie contra cost. Tastand comanda /frizura va aparea un dialog cu 5 frizuri. Fiecare frizura are un pret random. <a href="http://www.solidfiles.com/d/5b05f2a2db/">Frizura.pwn</a> <a href="http://www.solidfiles.com/d/6871b84338/">Frizura.amx</a> Este primul FS create de mine
  12. doryn3l

    Animatie

    [pawn](playerid, "FOOD", "EAT_Burger", 3.0, 0, 0, 0, 0, 0)[/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.