Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new Float:gRandomMiniGames[5][1] = {
- {1},
- {2},
- {3},
- {4},
- {5}
- };
- public OnFilterScriptInit()
- {
- print("------------------------");
- print("MyError - MiniGames ");
- print(" ");
- print(" by GermanCy");
- print("------------------------");
- new rand = random(sizeof(gRandomMiniGames));
- MiniGame = gRandomMiniGames[rand][1];
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement