Posts: 300
Threads: 24
Joined: Jan 2011
Reputation:
0
It's possible ?
I have a variable in my gamemode : "Antidote[MAX_PLAYER]"
I use the Filterscript "Luxadmin"
Can I put in my Filterscript a script for type "/set <antidote> <id>" and it set the numbers of antidotes of the player ?
Sorry for the english, i'm french :S
Posts: 194
Threads: 18
Joined: Oct 2010
Reputation:
0
Why don't you put that command into gamemode script? I don't think that it's possible.
Posts: 300
Threads: 24
Joined: Jan 2011
Reputation:
0
Because if i put in gamemode, i need to login with rcon, and i don't want.
Posts: 1,535
Threads: 90
Joined: Feb 2010
Reputation:
0
maybe Lux comes with an include to define administration? or maybe try merging the fs with your gamemode
Posts: 300
Threads: 24
Joined: Jan 2011
Reputation:
0
Is there no include and i can't merging it's to huge :S
Posts: 300
Threads: 24
Joined: Jan 2011
Reputation:
0
Thaks but how can i use it ?
I have
Antidote[MAX_PLAYERS] in my gamemode
and in my filterscript i want to create a command for admin to set the antidote of player how can i ?
Posts: 300
Threads: 24
Joined: Jan 2011
Reputation:
0
So, i need to change Antidote[Playerid] on my gamemode into SetPVarInt() and use GetPVarInt in my FS?