27.12.2013, 13:18
Layout
- Allow users to search a server by it's name.
- "Local" servers tab.
- Say whether the password is correct or not before the player enters the game.
- native CreateFire(ID, Float
, Float:y, Float:z); - ID = ID of the fire, just like a ID you attribute to a dialog; Float
, Float:y, Float:z - Position the fire is created.
- native DestroyFire(ID); - ID = The ID of the fire you want to "destroy" (extinguish).
- CreateWater(height, Float
, Float:y, Float:z).
- Detect when a player presses the ESC key. - This will allow efficient AFK scripts and much more.