09-26-2017, 05:25 PM
@Ultraz Great Tutorial for newbies, keep it up
- waiting more tutorials from you...
Edit: gGroupID variable isn't assigned to any Group on OnGameModeInit callback
missing code:
- waiting more tutorials from you...
Edit: gGroupID variable isn't assigned to any Group on OnGameModeInit callback
missing code:
Code: (Select All)
public OnGameModeInit()
{
gGroupID = IRC_CreateGroup();
return 1;
}