Search Results
Quote: Originally Posted by Antoniohl check in server.cfg for stream_distance xxx.x This does not affect the streamer.
213
Код: #undef MAX_PLAYERS #define MAX_PLAYERS 100 Better this way: Код: #undef MAX_PLAYERS const MAX_PLAYERS = 100;
133
Quote: '%d' \ You forgot a comma, it seems.
165
Quote: Originally Posted by GeneralAref Then how to change team *Delete*
157
ForceClassSelection(playerid); Delete this.
157