23.02.2012, 18:37
Hello, I have quite a big problem. I have recently downloaded and added a filterscript to my roleplay server.
Its a vehicle ownership script and as I have a seperate server-side coded money system, which is in the gamemode, i need to put this filterscript into my gamemode.
However, I have now put it into my gamemode and it compiles with no errors or warnings. BUT, when i go in-game and type the commands they dont do anything.
Example:
before the filterscript was put into the gamemode:
type /veh - Intructions on how to use the command : /veh [MODELID]
type /veh 400 - the car is spawned
After put into the gamemode:
type /veh - Instructions on how to use the command : /veh [MODELID]
type /veh 400 - The car is not spawned and the instructions on how to use the command are shown : /veh [MODELID]
Anyone got any idea how to fix this?
Thanks.
By the way, its dcmd if you need to know.
Its a vehicle ownership script and as I have a seperate server-side coded money system, which is in the gamemode, i need to put this filterscript into my gamemode.
However, I have now put it into my gamemode and it compiles with no errors or warnings. BUT, when i go in-game and type the commands they dont do anything.
Example:
before the filterscript was put into the gamemode:
type /veh - Intructions on how to use the command : /veh [MODELID]
type /veh 400 - the car is spawned
After put into the gamemode:
type /veh - Instructions on how to use the command : /veh [MODELID]
type /veh 400 - The car is not spawned and the instructions on how to use the command are shown : /veh [MODELID]
Anyone got any idea how to fix this?
Thanks.
By the way, its dcmd if you need to know.