31.05.2014, 22:18
Quote:
Sorry if i didn't understand your point, but as far as i understood you you want to disable player commands in your admin filterscript too and only admins are allowed to use cmds so its useless i think, Btw if you still need to block cmds on filterscript too what admin system you are using?
|
OnPlayerCommandReceived
and if(GetPlayerVehicleId(playerid, vehicleid) = CarChase return 0;
SendClientMessage(Playerid, RED, COMMANDS are Disabled In CarChase);
return 0;
return 1;
thats what i will do thats why i need to load from a var to define the CarChase in the fs if you dont understand anything tell me again :D