31.07.2012, 05:26
I fixed that, But i want to disable filterscript commands. Here i can help.
Add this somewhere at the very top of your script.
Then, Add this to the teleport command that takes you to your minigame.
Next, Add this to every command you want disabled.
Then you wanna make a command like /leavedm that removes you from the minigame.
Then under that command add.
Your done.
Add this somewhere at the very top of your script.
Quote:
dm[MAX_PLAYERS]; |
Quote:
dm[playerid] = 1; |
Quote:
if(dm[playerid]== 1) return SendClientMessage(playerid, 0xFF0000C8, "You CANNOT Use ThisCommand!,Type /leavedm!"); |
Then under that command add.
Quote:
dm[playerid] = 0; |