Posts: 48
Threads: 20
Joined: Oct 2018
Reputation:
0
how can i send message to admins from include
how to get PlayInfo from gamemode?
PlayerInfo[playerid][pAdmin]?
Posts: 408
Threads: 40
Joined: Nov 2014
Reputation:
0
If you include that include (kinda ironic) after the PlayerInfo definition you can access the information that is there
Posts: 48
Threads: 20
Joined: Oct 2018
Reputation:
0
hmm
static variables in gamemode is avaible in all include?
Posts: 40
Threads: 1
Joined: Aug 2018
Posts: 48
Threads: 20
Joined: Oct 2018
Reputation:
0
ty for suport, i use CallLocalFunction to send admin message
Posts: 50
Threads: 1
Joined: Apr 2015
Reputation:
0
You can create a include with your vars, enums, etc and include it in your gamemode or another include.