Jump to content

TeNNeSy

Membru
  • Posts

    14
  • Joined

  • Last visited

About TeNNeSy

  • Birthday 11/29/1997

Profile Information

  • Level of knowledge
    Începător

TeNNeSy's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Poftim comanda Alias [pawn]if(strcmp(cmd, "/alias", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] >= 1) //<-Aici in loc de 1 inlocuiesti cu levelul pe care il vrei. { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD1, "{D580FE}Foloseste:{FFFFFF} /alias [playerid/PartOfName]"); return 1; } giveplayerid = ReturnUser(tmp); new str[128], tmp3[50]; if(IsPlayerConnected(giveplayerid)) { GetPlayerIp(giveplayerid,tmp3,50); GetPlayerName(giveplayerid, playername, sizeof(playername)); format(str,sizeof(str),"Aliases for %s (%d) are: %s", playername, giveplayerid, dini_Get("users/Aliases/alias.txt",tmp3) ); return SendClientMessage(playerid,COLOR_GREY,str); } else return SendClientMessage(playerid, COLOR_GREY, "* Playerul nu este conectat sau esti tu *"); } else return SendClientMessage(playerid,COLOR_GREY,"* Eroare: Nu ai Admin destul de mare pentru a folosi aceasta comanda"); } return 1; }[/pawn]
  2. Poftim comanda /respawnallcars || /rac Adauga asta dupa un fordward oarecare [pawn]forward RACtime(playerid);[/pawn] Apoi comanda: [pawn]if(strcmp(cmd, "/respawnallcars", true) == 0 || strcmp(cmd, "/rac", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] < 1337) { SendClientMessage(playerid, 0x639EC5FF, "Nu esti autorizat sa folosesti aceasta comanda."); return 1; } SetTimer("RACtime", 10000, 0); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "{FFFFFF}[{FF6600}RAC{FFFFFF}]: Toate masiniile nefolosite se vor respawna in {009999}10 {FFFFFF}secunde de adminul {00B366}%s",sendername); SendClientMessageToAll(COLOR_RED,string); } return 1; }[/pawn] Dupa care iti faci un spatiu undeva si adaugi [pawn]public RACtime(playerid) { for(new player=0; player<MAX_PLAYERS; player++) { if(!IsVehicleOccupied(player)) SetVehicleToRespawn(player); } for(new car = 1; car <= 1300; car++) { if(!IsVehicleOccupied(car)) SetVehicleToRespawn(car); } return 1; }[/pawn] Sper ca te-am ajutat
  3. Daca vrei sa se respawneze Adauga asta dupa public OnGameModeInit( ) [pawn] AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2);[/pawn] Un exemplu [pawn] AddStaticVehicle(411, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1);[/pawn]
  4. Pune [pawn]new IsVehicleOccupied[/pawn]
  5. [glow=red,2,300]Se pare ca suntem ghicitori in stele.Pune si tu linia..[/glow]
  6. De aici iei mSelection http://forum.sa-mp.com/showthread.php?t=407045 De aici iei tabelul http://pastebin.com/w43Qgp4T Si bagi in GM [pawn]#include <mSelection>[/pawn]
  7. Arata-ne linia [glow=red,2,300]([/glow]36576[glow=red,2,300])[/glow]
  8. Probabil numele acela este inregistrat.Incearca sa stergi fisierele din scriptfiles\users sau ceva de genul.
  9. TeNNeSy

    Base Clan RSA V1

    Mapa nu iti apartine a fost creeata de mine deci nu stiu de ce ai postat-o.Aceasta baza a fost creeata pentru serverul Romania Stunt Place(RSP cum se vede la intrare).Se pare ca mai exista plagiatori.
  10. TeNNeSy

    Clan base v1

    Salut.Am facut o baza pentru un Gang sa ii zic asa.E prima baza de genul asta fiti blanji ) Poze: [img width=500 height=400]http://www.imgz.ro/i/1385147756-Intrare2.png [img width=500 height=400]http://www.imgz.ro/i/1385147894-Interior1.png [img width=500 height=400]http://www.imgz.ro/i/1385147894-Interior2.png [img width=500 height=400]http://www.imgz.ro/i/1385147894-Interior3.png [img width=500 height=400]http://www.imgz.ro/i/1385147894-Interior4.png Pastebin http://pastebin.com/xh3tRhbU
  11. Foarte folositor dar cand dau /createpoarta apas pe o imagine de acolo si se blocheaza chestia de la mSelection, iar daca apas pe ESC apare radaru,bani etc dar imi ramane imaginea sa selectez poarta... Vre-o parere?
×
×
  • 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.