Posts: 390
Threads: 31
Joined: May 2014
Reputation:
0
Can i use IsPlayerAdmin inside OnGameModeInit?
Posts: 197
Threads: 11
Joined: Jul 2014
Reputation:
0
You can use it anywhere but when gamemode is starting players can't be online. Also in OnGameModeInit you can't use it because there's no parameter for this, only in loop.
Posts: 390
Threads: 31
Joined: May 2014
Reputation:
0
OK. Thanks for the quick answer.