Jump to content

[SC]Sx3r3

Membru
  • Posts

    33
  • Joined

  • Last visited

    Never

Everything posted by [SC]Sx3r3

  1. Romania ATomic STunt • Romania Atomic Stunt sper sa va placa • Noul update azi la-m facut • Am adaugat focuri la nrg [CLICK] • Rotati cu masina [H ori Caps Lock] • Am fixat buguri Cateva Poze [img width=500 height=375] Creditul •Sx3r3=>GameMode Download Remove Altceva EnJoi EDIT:E mai bine?
  2. dute in server.cfg si faci asa daca nai pluginuri incluse in server.cfg echo Executing Server Config... lanmode 0 rcon_password maxplayers port hostname gamemode0 plugins <= faci loc pe acolo si incluzi plugins cu pluginuri necesare filterscripts announce 0 query 1 weburl www.sa-mp.com onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 maxnpc 0
  3. Poi stergi tot ce tia dat erroare si faci un nou filescript
  4. Poi!!! Poi ori tu ori serverul are lag
  5. Incearca asa [pawn]#include <ZCMD>[/pawn] [pawn]#include <ssacanf2>[/pawn] [pawn]new Player[MAX_PLAYERS][info];[/pawn] [pawn]enum Info { freeze, Level; }[/pawn] [pawn]CMD:freeze(playerid, params[]) { new id; if (sscanf(params, "u", id)) SendClientMessage(playerid, 0xFFFFFFAA, "Usage: \"/freeze <playerid ori nume>\""); else if (id == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFFFFFFAA, "Playerul nu este"); if(Player[playerid][Level] < 1){SendClientMessage(playerid, 0xFFFFFFAA, "Nu ai level pentru a folosi aceasta comanda"); return 1;} else { TogglePlayerControllable(id,0); Player[id][freeze] = 1; } return 1; }[/pawn]
  6. Incearca sa faci un FS cu radio si pune DIALOG_STYLE_INPUT inloc de DIALOG_STYLE_PASSWORD si pune ";" StopAudioStreamForPlayer(playerid);<= si pune unde nu am mai pus SI incearca sa mai stergi ceva din el si incerci sa le faci intrun fs si daca merge Compile fara nicio erroare sau warning atunci il introduci in gm
  7. [pawn] public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp(cmdtext, "/ajutoare", true)==0){ SendClientMessage(playerid, 0x33AA33AA, "Daca ati gasit un bug/hacker face-ti un raport tastand: /raport:"); SendClientMessage(playerid, 0xFFFFFFAA, "tastatii: /comenzi pentru a vedea toate comenzile de pleyer."); return 1; } if (strcmp(cmdtext, "/creatori", true)==0){ SendClientMessage(playerid, 0x33AA33AA, "OWN----[CHK]rObErT--------"); return 1; } if (strcmp(cmdtext, "/comenzi", true)==0){ SendClientMessage(playerid, 0x33AA33AA, "---Lista de Comenzi:---"); SendClientMessage(playerid, 0xFFFFFFAA, "comenzi cont: /login /registrare /status /schimba parola "); SendClientMessage(playerid, 0xFFFFFFAA, "Comenzii Animatii: /mainilesus /telefon /telefon0 /beat /bomba /arestat /rade "); SendClientMessage(playerid, 0xFFFFFFAA, "Comenzii Animatii: /priveste /spargator /cu bratele încrucisate /vomitat /acoperire /gandeste /mananca "); SendClientMessage(playerid, 0xFFFFFFAA, "Comenzii Animatii: /priveste /spargator /cu bratele încrucisate /vomitat /acoperire /gandeste /mananca "); SendClientMessage(playerid, 0xFFFFFFAA, "/salut /fund /traficant de droguri /Murind de fisurilor /fumeaza fumeazaF /stai /[censured by the system] /chat /taichi /danseaza /bea /animlist2 /animlist "); SendClientMessage(playerid, 0xFFFFFFAA, "Alte comenzi: /teleportari"); return 1; } return 0; }[/pawn]
  8. [pawn]native PlayAudioStreamForPlayer(playerid, url[], Float:posX = 0.0, Float:posY = 0.0, Float:posZ = 0.0, Float:distance = 50.0, usepos = 0); native StopAudioStreamForPlayer(playerid);[/pawn] [pawn]#define p playerid[/pawn] [pawn]#define Play PlayAudioStreamForPlayer[/pawn] [pawn]public OnPlayerConnect(playerid)[/pawn] [pawn] Play(p, "http://www.thebunkerusa.com/LetItSnow.mp3");[/pawn] [pawn]public OnPlayerSpawn(playerid)[/pawn] [pawn]StopAudioStreamForPlayer(playerid)[/pawn] Incearca asa cu radio
×
×
  • 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.