Jump to content

HiTZone

Membru
  • Posts

    2
  • Joined

  • Last visited

    Never

HiTZone's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. HiTZone

    Timer

    Cum pot crea un timer care numara 10 secunde in 'capul' lui?
  2. Salut. Sunt un incepator si incerc cat de cat sa invat acest fel de limba. Ce incerc eu sa fac si nu prea merge, e ca vreau sa inghete fiecare om cand o aparut si dupa 6 secunde sa-l lase sa mearga. Ce am facut pana acum este aici: new string[128]; TogglePlayerControllable(playerid, 0); format(string,sizeof(string),"~W~Prepare to fight"); GameTextForAll(string,3000,3); SetTimerEx("CanGoTimer", 6000, false, "i", playerid); return 1; } forward CanGoTimer(playerid); public CanGoTimer(playerid) { new string[128]; format(string,sizeof(string),"~R~Fight"); GameTextForAll(string,3000,3); TogglePlayerControllable(playerid, 1); } Mersi pentru cine imi poate da sugesti.
×
×
  • 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.