Jump to content

zaster

Membru
  • Posts

    134
  • Joined

  • Last visited

About zaster

  • Birthday 03/07/1996

Profile Information

  • Level of knowledge
    Începător

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zaster's Achievements

Collaborator

Collaborator (7/14)

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

Recent Badges

0

Reputation

  1. pai nu ati trebuie /createhouses poti folosi comanda /save din sa-mp te duci unde vrei sa creezi casa , /save ///CASA 1 dupaia de duci in Gta San Andreas User Files/SAMP/savedpositions si acolo este salvat coordonatele de la casa ta arata ceva get asa [pawn]AddPlayerClass(217,-214.6179,1470.9010,74.7124,225.8006,0,0,0,0,0,0);[/pawn] dupa aceea te duci in FS-ul cu case sau unde este bagat si cauti functia CreateHouse(playerid, x ,z ,y ,a ); sau cum este ai loat codu ala si il pui CreateHouse(playerid, 214.6179,1470.9010,74.7124 ,a ); dupaia ai dat compile si merge asta cred eu ca este ce-a mai usoara modalitate de a creea o casa sau mai multe..
  2. zaster

    House Exterior

    frumos , dar sti ce era si mai frumos ? sa fi facut o comanda sa poti deschide si usile la garaj :)
  3. zaster

    o Problema

    Deci am si eu o problema Nu Vrea sami Vada Create3DTextLabel Pe server am bagat in GM si nu le arata am bagat Include Streamer plugins toate kkturile si tot nu merge... X( daca stiti carei problema zicetimi
  4. zaster

    Problema case

    Trb sa ai asta la comanda /exit SetPlayerPos(playerid, housex, housey, housez);
  5. ba fraiere sarac esti tu si asa ami place sa scriu eu cu A ai ceva in potriva marsh drq si nu mai comenta copil de 11 ani JET!
  6. Ati fac eu un Fs de asta dar te costa PM ME DACA VREI!
  7. pui la ala acolo unde ai tu new string[200]; pui mai mult sau ce scrie acolo name pui [600]; si gata ;)
  8. Deci mam Lasat De Sa-Mp Si mam Gandit Sa va Las Ca amintire Niste Scripturi Mam Saturat de acest joc .. Mai am 1 GB de scripturi o sa vad daca le postez Aici Vam lasat Cateva DIn Scripturi http://solidfiles.com/d/16826383f4/ Ne mai Vedem Bafta la Toti :)
  9. Punem asta Sus in Capul FileScriptului Sau GM-ului new Locked[MAX_PLAYERS]; Aici Sunt Cateva Clase De Playeri public OnGameModeInit() { AddPlayerClass(221, 0, 0, 0, 130, 24, 300, 0, 0, 0, 0); //Class 0 - Nau Parola AddPlayerClass(212, 0, 0, 0, 130, 24, 300, 0, 0, 0, 0); //Class 1 - Nau Parola AddPlayerClass(199, 0, 0, 0, 130, 24, 300, 0, 0, 0, 0); //Class 2 -Are Parola return 1; } Aici se definesc Skinurile Private si alea care nus private public OnPlayerRequestClass(playerid, classid) { switch(classid) { case 0: Locked[playerid] = 0; //UNLOCKED case 1: Locked[playerid] = 0; //UNLOCKED case 2: Locked[playerid] = 1; //LOCKED } return 1; } Aici Este Cand Playeru A Loat SKinu Cu Parola Nu-l Va lasa Sa se Spawneze! public OnPlayerRequestSpawn(playerid) { if(Locked[playerid]) return 0; //Opreste Playeru Sa Fie Spawnat =D return 1; } Aici este cand Ai Ales Skin-ul tau si trebuie sai bagi parola! public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/unlock YOUR_PASS"))//Unde Este 'YOU_PASS' Pui Parola Care Vrei TU De Ex 'This Is My Skin' { Locked[playerid] = 0; SendClientMessage(playerid, -1, "Skins unlocked!"); } return 1; } Tutorial By Zaster
  10. Deci Daca Vrei sa Bagi O casa Doar Coordonatele astea trb schimbate AddHouse(1, -2792.0032,218.5457,7.8594, 235.508994,1189.169897,1080.339966, 32, 0, 3, 0); Daca Ai Schimbat Coordonatele alea cu Coordonatele un vrei sa pui casa merge ;)
  11. Pai ar Trb sa faci asa [pawn]COMMAND:claninfo(playerid, params[]) { new str[128]; if(PlayerStat[playerid][ClanID] < 1) return SendClientMessage(playerid, -1, "You must be in a clan to use this command."); SendClientMessage(playerid, ClanStat[PlayerStat[playerid][ClanID]], "Online Clan Members:"); for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i) && PlayerStat[playerid][ClanID] == PlayerStat[ClanID]) { format(str, sizeof(str), "%s, Rank %d.", GetName(i), PlayerStat[ClanRank]); SendClientMessage(playerid, ClanStat[PlayerStat[playerid][ClanID]], str); } } SendClientMessage(playerid, ClanStat[PlayerStat[playerid][ClanID]], "--------------------------------"); return 1; }[/pawn]
  12. Salut Deci Am Sa va Arat Un Tutorial Cum sa Faci O FUnctie Mai Scurta Sa Incepem Prima Oara [pawn]#include <a_samp>[/pawn] Dupaia Va dau eu un exemplu aici [pawn]#define SPP SetPlayerPos[/pawn] am Facut Si O Comanda Pt voi sa Vedeti [pawn]#define SCM SendClientMessage #define SPH SetPlayerHealth #define SPA SetPlayerArmour #define SPD ShowPlayerDialog #define D_S_P DIALOG_STYLE_PASSWORD #define SGT SetGameModeText #define APC AddPlayerClass #define SPP SetPlayerPos #define SPCP SetPlayerCameraPos #define SPCL SetPlayerCameraLookAt #define GTFA GameTextForAll #define GPM GivePlayerMoney #define SPS SetPlayerScore #define PASFP PlayAudioStreamForPlayer #define SPSFP StopAudioStreamForPlayer #define CO CreateObject[/pawn] asa Acuma COmanda Cu Functiile [pawn]if (strcmp("/test", cmdtext, true, 10) == 0) { new string[200]; SCM(playerid,-1,"Test Madafakaaaa"); SPH(playerid,100); SPA(playerid,100); SPD(playerid,-1,D_S_P,"Test", string, "Ok", "Cancel"); GPM(playerid,10000); SPS(playerid,10000); PASFP(playerid, "http://somafm.com/tags.pls"); SPSFP(playerid); return 1; }[/pawn] OnGameModeInit [pawn]public OnGameModeInit() { SGT("Test Script"); APC(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); CO(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); return 1; }[/pawn] [pawn]public OnPlayerRequestClass(playerid, classid) { SPP(playerid, 1958.3783, 1343.1572, 15.3746); SPCP(playerid, 1958.3783, 1343.1572, 15.3746); SPCL(playerid, 1958.3783, 1343.1572, 15.3746); return 1; }[/pawn] Cam Atat Este Tutorialu Deci ati inteles Puneti In Tot Deauna [pawn]#define Numele si Functia![/pawn] Sper Ca Va Ajutat See Yea :D
×
×
  • 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.