Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Elkészitettem egy jó scriptett neked =)
- //Nem kell feltüntetni a nevemet semmi...
- //Amit akarsz modositasz!
- #include <a_samp>
- #if defined FILTERSCRIPT
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" Maximum Scriptek megnövelése");
- print("--------------------------------------\n");
- return 1;
- }
- public OnFilterScriptExit()
- {
- return 1;
- }
- #else
- main()
- {
- print("\n----------------------------------");
- print(" Maximum Scriptek megnövelése");
- print("----------------------------------\n");
- }
- #endif
- public OnGameModeInit()
- {
- // Itt a FSNÉV helyére a te filterscriptedet ird!
- SendRconCommand("loadfs FSNÉV");
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement