View Single Post
4ever16
Veteran Member
Join Date: Apr 2015
Old 11-03-2015 , 19:40   Re: Auto-Mix (Pug) - By: p1Mp
Reply With Quote #852

Quote:
Originally Posted by Awesome_man View Post
How to make so that match start in total 10 player but 4 slots should be reserved for admin in spectators
Remove this line or edit it and add more slots to the server or something.

Code:
server_cmd("kick # %d %s %L", get_user_userid(playeract), PREFIX, LANG_PLAYER, "SERVER_FULL")
Or edit it to
Code:
server_cmd("lol # %d %s %L", get_user_userid(playeract), PREFIX, LANG_PLAYER, "SERVER_FULL")
4ever16 is offline