Commands in FILTERSCRIPT doesnt work AFTER gmx
#1

Hi guys,

Why commands in Filterscripts doesnt work After the GMX?
i'm using zCmd.


Also what is the best way to create Vehicles in the Filterscript WHITHOUT any Conflict with Gamemode's vehicles?


Thanks for help
Reply
#2

Quote:

What do you mean conflicts? They don't conflict at all.

i mean vehicles and pickups, when we use x = createvehicle and y = createpickup in the filterscript, (WITH return ID),
then when we call this functions in gamemore(runtime), the IDs will be replaced.


filterscript.pwn
x = createvehicle(...); // ID = 1

gamemode.pwn
x = createvehicle(...); // ID = X?


And how about my frist question?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)