Jump to content

Anxiety

Membru
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Level of knowledge
    Începător

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Anxiety's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Exista un filterscript care face sa ninga, dar si sa puna zapada pe mapa?
  2. Problema intalnita (descriere): Se poate ca un filterscripts sa mute un obiect? Sa nu trebuiasca modificat din gamemode? De exemplu, un filterscripts care sa deschida o poarta la comanda /open. Daca da, ajutati-ma doar cu inceputul, ca pun eu comanda si restul din OnPlayerCommandText.Ero(area / rile) / warning-(ul / urile): /Liniile de cod / sursa / script-ul(obligatoriu): /Imagini / Video (optional): /Ati incercat sa rezolvati singur?: Da
  3. if(strcmp(cmdtext,"/oph", true) == 0) { new Nume[MAX_PLAYER_NAME]; GetPlayerName(playerid, Nume,sizeof(Nume)); if(strcmp(nume, "Razvan.", false)) { return; SendClientMessage(playerid, -1, "Nu esti razvan"); } else { MoveObject(aGate, 327.377502,-1183.347534,76.313323,5); SendClientMessage(playerid, COLOR_YELLOW, "Poarta a fost deschisa."); return ; } } E bine?
  4. Problema intalnita (descriere): Cum fac sa se deschida poarta doar de catre un anumit player? De exemplu vreau ca doar player-ul cu numele "Razvan" sa poata deschida/inchida poarta.Ero(area / rile) / warning-(ul / urile): /Liniile de cod / sursa / script-ul(obligatoriu): /Imagini / Video (optional): /Ati incercat sa rezolvati singur?: Da
×
×
  • 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.