07.05.2012, 00:26
1.000 objects without a streamer.
10.000+ objects with a streamer.
To see other limitations see this: https://sampwiki.blast.hk/wiki/Limits
To change modes. Use SetTimer under OnGameModeInit(), wherever you call that function, use SendRconCommand
Where xx is the gamemode you want to change to.
10.000+ objects with a streamer.
To see other limitations see this: https://sampwiki.blast.hk/wiki/Limits
To change modes. Use SetTimer under OnGameModeInit(), wherever you call that function, use SendRconCommand
pawn Код:
SendRconCommand("changemode XX");