Jump to content

zdupx

Membru
  • Posts

    66
  • Joined

  • Last visited

    Never

Everything posted by zdupx

  1. #include <a_samp> #include <core> #include <float> #include <time> #include <file> #include <utils> #include <morphinc> #include <spikestrip>
  2. Nu imi gaseste OnPlayerUpdate in pawno
  3. Salut am si eu un server de SA:MP si am o problema , scade prea repede HP , se vede cu ochi cum scade , cum o pot rezolva ? Multumesc!
  4. zdupx

    Comanda /o

    Si intre care lini o adaug , sau pe care o elimin ?
  5. zdupx

    Comanda /o

    salut , comanda /o o poate folosi orice player .... Vreau sa o poata folosi doar admin 1 [pawn]if(strcmp(cmd, "/ooc", true) == 0 || strcmp(cmd, "/o", true) == 0) { if(IsPlayerConnected(playerid)) { if(gPlayerLogged[playerid] == 0) { SendClientMessage(playerid, COLOR_GREY, " You havent logged in yet !"); return 1; } if ((noooc) && PlayerInfo[playerid][pAdmin] < 1) { SendClientMessage(playerid, COLOR_GRAD2, " The OOC channel has been disabled by an Admin !"); return 1; } if(PlayerInfo[playerid][pMuted] == 1) { SendClientMessage(playerid, TEAM_CYAN_COLOR, " You can't speak, you have been silenced !"); return 1; } GetPlayerName(playerid, sendername, sizeof(sendername)); new length = strlen(cmdtext); while ((idx < length) && (cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new result[64]; while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) { result[idx - offset] = cmdtext[idx]; idx++; } result[idx - offset] = EOS; if(!strlen(result)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: (/o)oc [ooc chat]"); return 1; } format(string, sizeof(string), "(( %s: %s ))", sendername, result); OOCOff(COLOR_OOC,string); printf("%s", string); } return 1; }[/pawn] MULTUMESC
  6. Ma poate ajuta cineva cu comanda /setskin ? Mam chinuit sa o bag si imi da dont send la PAWNO dar la altele nu..
  7. Salut , cum creez si eu comanda /factions? ca nu stiu PD FBI NG Medic&FireMan LCN YKZ Mayor Hitman NR Taxi School Instructor Crips Blods Surenos Nortenos MULTUMESC
  8. Nu reusesc sa al pun , am facut tot ce trebuia .
  9. De exemplu , poarta de la LSPD cand esti la departare nu se vede de loc si cand te apropi se vede , dar prin ea , transparenta
  10. Salut , am luat si eu host . Cand pun serveru , totu frumos etc, si cand dau restart .... nu porneste. Uitati si logfile. ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x, (C)2005-2013 SA-MP Team [14:22:21] [14:22:21] Server Plugins [14:22:21] -------------- [14:22:21] Loaded 0 plugins. [14:22:21] I couldn't load any gamemode scripts. Please verify your server.cfg [14:22:21] It needs a gamemode0 line at the very least. ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x, (C)2005-2013 SA-MP Team [14:34:14] [14:34:14] Server Plugins [14:34:14] -------------- [14:34:14] Loading plugin: streamer [14:34:14] Failed (plugins/streamer: cannot open shared object file: No such file or directory) [14:34:14] Loading plugin: sscanf.so [14:34:14] [14:34:14] =============================== [14:34:14] sscanf plugin loaded. [14:34:14] (c) 2009 Alex "Y_Less" Cole [14:34:14] 0.3d-R2 500 Players "dnee" [14:34:14] =============================== [14:34:14] Loaded. [14:34:14] Loading plugin: YSF.so [14:34:14] Error: Unknown Linux server version [14:34:14] Failed. [14:34:14] Loaded 1 plugins. [14:34:14] [14:34:14] Ban list [14:34:14] -------- [14:34:14] Loaded: samp.ban [14:34:14] [14:34:14] [14:34:14] Filterscripts [14:34:14] --------------- [14:34:14] Loading filterscript 'streamer.amx'... [14:34:14] RyDeR`s Object Streamer (v0.1b) has been loaded!
  11. Cum adaug o comanda ? De exemplu /donati si cand o scri sa apara continutul acesteia Multumesc!
  12. Am un Race System si vreau sa al bag la Race King , doar ei sa al foloseasca nu si ceilalti playeri. Multumesc.
  13. Am bug la sistemu de masini , dau /lockmycar si nu se intampla nimica . Cum al pot rezolva ? Va rog ajutatima. [pawn]if (strcmp("/lockmycar", cmdtext, true, 10) == 0) { if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You must be in your car for this action"); if(GetCreatorID(vehicleid)!=0) { if (strmatch(VehicleSystem[GetCreatorID(vehicleid)][owner],Spielername(playerid))) { if(Locked[vehicleid] == 0) { Locked[vehicleid] = 1; VehicleSystem[vehicleid][Lock] = 1; for(new i=0; i < MAX_PLAYERS; i++) { if(i == playerid) continue; SetVehicleParamsForPlayer(GetPlayerVehicleID(playerid),i,0,1); } SendClientMessage(playerid, COLOR_GREY, "You have locked your car!"); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* %s is locking his personal vehicle and puts the key in his pocket.", sendername); ProxDetector(20.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); GameTextForPlayer(playerid, "~w~Personal Vehicle ~r~Locked", 5000, 6); PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0); } else if(Locked[vehicleid] == 1) { SendClientMessage(playerid, COLOR_GREY, "Your car is already locked!"); } } else { SendClientMessage(playerid, COLOR_GREY, "This is not you're car"); } } return 1; }[/pawn]
  14. Am bug la sistemu de masini , dau /lockmycar si nu se intampla nimica . Cum al pot rezolva ? Va rog ajutatima.
  15. Nu am gasit niciun enum cinfo iar la enum hinfo era la case..
  16. Cum scot sistemu de masini personale ? Vreau sa precizez ca am gm Zyghy si are un bug la /buynewcar si vreau sa schimb sistemu , si aceste nu se gaseste la filtrescript. Am adaugat cel de la ym bank dar nu pot sa al folosesc deoarece pana nul scot pe cel vechi deoarece cand dau /v buy zice ca am 3 masini deja si presupun ca e de la sistemu vechi . VA ROG AJUTATIMA !! Daca e cv mai complicat va rog trimiteimi pm cu id vostru . MULTUMESC !
×
×
  • 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.