Jump to content

heker

Membru
  • Posts

    617
  • Joined

  • Last visited

    Never

Everything posted by heker

  1. nu trebuia sa vina fie si un #include <zcmd> pe aici ?
  2. heker

    Comanda

    da si uite fi atent aici ce reprezinta cifrele in save al tau: AddPlayerClass(24,181.3335,1936.0958,17.9401,117.4777,0,0,0,0,0,0); // 24 - model skin 181.3335 - coordonata X 1936.0958 - coordonata Y 17.9401 - coordonata Z
  3. heker

    Comanda

    SetVehiclePos(vehicleid,24,181.3335,1936.0958,17); SetPlayerPos(playerid,24,181.3335,1936.0958,17); nu ai coordonatele bine, trebuie: SetPlayerPos(playerid,X,Y,Z); SetVehiclePos(vehicleid,X,Y,Z);
  4. heker

    Putin ajutor

    Ai citit regulamentul cand se zice: Data viitoare warn !
  5. vrei sa ii merga ? daca da esti bun de tot gus vezi cum este /o si incerca sa faci /n
  6. 1. Aici nu se cer scripturi 2. Probleme GodFather 3. Aici http://www.sa-mp.ro/forum/index.php/topic,12269.0.html
  7. heker

    Problema NPC

    Corect :police: :police:
  8. heker

    Problema NPC

    new vehiclenpc; vehiclenpc = AddStaticVehicle(...) la OnPlayerSpawn if(IsPlayerNPC(playerid)) { new botname[MAX_PLAYER_NAME]; GetPlayerName(playerid, botname, sizeof(botname)); if(!strcmp(botname, "nume rec", true)) { PlayerInfo[playerid][pCarLic] = 1; PutPlayerInVehicle(playerid, vehiclenpc, 0); SetPlayerSkin(vehiclenpc,91); } }
  9. heker

    Bug Masini

    verifica idurile la masini poti folosii /dl sa te ajute
  10. ce mod folosesti ? poate ne ajuta
  11. verifica scriptfiles daca corespund cu ce cere gamemodul :police:
  12. cred k este invers, lasate tu =]]]
  13. heker

    textdraw

    la forward adaugi: forward TextdrawColorChange(); adaugi la sfarsitul modului public TextdrawColorChange() { new Colors[] = { 0x00ff0099, 0x5E5A80FF, 0x157DECFF , 0x9E7BFFFF , 0x659EC7FF , 0xF778A1FF , 0x43C6DBFF , 0xC9BE62FF , 0xFBB117FF, 0xC11B17FF, 0xFBBBB9FF }; for(new i = 0; i < MAX_PLAYERS; i++) { TextDrawHideForPlayer(i,Textdraw0); TextDrawColor(Textdraw0,Colors[random(sizeof(Colors))]); TextDrawShowForPlayer(i,Textdraw0); } SetTimer("TextdrawColorChange", 60000, 0); } TextDraw0 schimbi cu textdraw-ul tau
  14. puteai face mai simplu #include <streamer> #define CreateObject CreateDynamicObject
  15. Probleme GodFather
  16. jmecher scriptu =]] 10/10
  17. Data viitoare citeste regulamentul inainte de a posta si pune un titlu conform problemei tale, unul adecvat !
  18. vezi http://www.sa-mp.ro/forum/index.php/topic,10785.msg64399.html#msg64399 http://www.sa-mp.ro/forum/index.php/topic,5740.msg36868.html#msg36868 http://www.sa-mp.ro/forum/index.php/topic,4095.msg27793.html#msg27793 http://www.sa-mp.ro/forum/index.php/topic,7409.msg45940.html#msg45940
  19. heker

    Problema

    le are dar sterge samp03srv si la noi la zonek daca le stergi si pui altele nu o sa iti pornesca serverul iti da ACCES DENIED deoarece nu vreu virusarea hosturilor
  20. Ne poti zice si nouo cum ai rezolvat ? Altul poate are aceasi problema !
  21. leai convertat aici http://www.convertffs.com/ ?
  22. heker

    Problema

    Si ne invinovatesti pe noi ca este de la host ? In nici un caz ! Esti primu care apari cu aceasta problema ai vazut foarte bine ti-am dat reinstall la host si serverul original ruleaza perfect. In concluzie nu este vina noastra ca tu nu sti sa treci serverul de pe Windows pe Linux
×
×
  • 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.