Jump to content

Джо

Membru
  • Posts

    1.557
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Джо

  1. Sigur,downloadeaza de pe net ChatColor.inc.
  2. Am o intrebare,ii spawneaza pe fiecare player in locul unde a ramas ultima data?
  3. Джо

    Problema Pawno

    Hmmm atunci sti ce fa? Pune asta dupa #include a_samp![pawn]#include <money>[/pawn]
  4. Джо

    Problema

    Te rezolv eu acum;)
  5. Джо

    Crash

    E fix ce am spus si eu,nu ma mai copia te rog sa faci posturi an ****
  6. Джо

    Problema Cm

    Pai sincer eu nu am inteles ce vrei sa spui,prima data ai zis ca vrei sa ai aceasta comanda cu /cm membrii Online si cei offline din respectiva mafie,atat am inteles eu,fi mai explicit ce vrei sa faci...Si care este problema.
  7. Frate,asta i-am spus si eu.Nu te mai baga daca nu ai vazut posturile precedente.
  8. Джо

    Problema Pawno

    Lai pus in server ul tau>>pawno>>include?
  9. Nu!Totul consta in comanda /invite si /giverank,dane comenzile.
  10. Ne arati server.cfg?Uitate la plugins si vezi daca este scris streamer.Daca nu scriel tu.
  11. Frate nu trebuie sa pui .dll la pluginuri. Pune fara DLL asta exemplu [pawn]plugins streamer audio Whirlpool[/pawn]
  12. Pune comanda asta si sterge comanda aia. [pawn]if (strcmp("/gym", cmdtext, true, 10) == 0) { if(IsPlayerConnected(playerid)) { SetPlayerPos(playerid,1221.5190,-1407.0665,13.1587); return 1; }[/pawn]
  13. Джо

    Problema Pawno

    Nu trebuie,downloadeaza includeul Money.
  14. Unde spuneai ca se afla interiorul?In ce loc?
  15. Apai tie lene sa cauti ma?Cauta pe google : download anti-flood samp server,iti va da 100000000000000000 de subiecte.
  16. Dane comanda /invite , /giverank si /makeleader
  17. Sti ca nu se cer FS-uri/GM-uri/Scripturi nu?
  18. Джо

    Chat

    Pai ma, tu cauta format(string, sizeof(string), "%s: %s", sendername, text); sau cum scrie la tine pe chatul normal.Daca scrie Diana_Harper spune: ss cauti asta.format(string, sizeof(string), "%s spune: %s", sendername, text); Si dupa pui culorile.Deci format(string, sizeof(string), "%s spune: %s", sendername, text); cauti in GM-ul tau si vezi ce gasesti.
  19. Pune: [pawn]new Float:TelePos[MAX_PLAYERS][6]; #define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1[/pawn]
  20. Daca vrei sa te teleporteze la Gym ca si admin ai comanda urmatoare. [pawn]if(strcmp(cmd, "/gym", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] >= 1) { if (GetPlayerState(playerid) == 2) { new tmpcar = GetPlayerVehicleID(playerid); SetVehiclePos(tmpcar, 1221.5190,-1407.0665,13.1587); TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0; } else { SetPlayerPos(playerid, 1221.5190,-1407.0665,13.1587); } SendClientMessage(playerid, COLOR_GRAD1, " Te-ai teleportat !"); SetPlayerInterior(playerid,0); PlayerInfo[playerid][pInt] = 0; SetPlayerVirtualWorld(playerid, 0); } else { SendClientMessage(playerid, COLOR_GRAD1, "Nu esti autorizat."); } } return 1; }[/pawn] Iar daca vrei sa foloseasca fiecare player aceasta comanda pune: [pawn]if(strcmp(cmd, "/gym", true) == 0) { if(IsPlayerConnected(playerid)) { if (GetPlayerState(playerid) == 2) { new tmpcar = GetPlayerVehicleID(playerid); SetVehiclePos(tmpcar, 1221.5190,-1407.0665,13.1587); TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0; } // else { SetPlayerPos(playerid, 1221.5190,-1407.0665,13.1587); } SendClientMessage(playerid, COLOR_GRAD1, " Te-ai teleportat !"); SetPlayerInterior(playerid,0); PlayerInfo[playerid][pInt] = 0; SetPlayerVirtualWorld(playerid, 0); } else { SendClientMessage(playerid, COLOR_GRAD1, ""); } } return 1; }[/pawn]
  21. Ai aici un Map Editor zic eu destul de COOL.Ai cateva obiecte puse pe el Aici ai linkul de download. [download]http://www.sa-mp.ro/forum/index.php?topic=25164.0[/download] Si aici ai linkul pentru folosire. http://www.sa-mp.ro/forum/index.php?topic=24743.0
  22. Джо

    Chat

    Pai cauti pe google hax Colour samp si iti va aparea o lista ex FFFFFF-Alb.Tu in pawno trebuie sa pui {FFFFFF} cu { }.Bon acum ca am lamurit cu culorile iti voi arata cum sa faci urmatoarea chestie.Deschizi serverul intri pe el scri ss pe chatul normal si dupa intrii in pawno exemplu daca esti cu numele Diana_Harper si scri ss si iti apare Diana_Harper: ss cauti asta in Gamemode. [pawn]format(string, sizeof(string), "%s: %s", sendername, text);[/pawn] Iar daca scrie Diana_Harper spune: ss cauti : [pawn]format(string, sizeof(string), "%s spune: %s", sendername, text);[/pawn] Si acum pui culorile. [pawn]format(string, sizeof(string), "AICI PUI CE CULOARE VREI!%s Aici Pui ce culoare vrei. spune: AICI PUI CE CULOARE VREI.%s", sendername, text);[/pawn] Sper ca te-am ajutat.
  23. Джо

    Crash

    Ai gamemodeul lui Gireada(G RPG) poti sa il iei de acolo.
  24. Deci cauta frate ca pe gooagle gasesti ce vrei,daca era gamemodeul facut fara crash cred ca il gaseai,tie lene sa cauti.
×
×
  • 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.