Help with a DM server
#1

Hi, me and my cousin are setting up a SAS DM server, but we are a bit stuck, please help me with these bits, thanks :P
1. Making the teams equal (must go on the oposite team to equal the levels in a team)
2. making the time change and having the clock in the corner
3. Making the weather change randomly

Please help, we will apreciate it,
thanks
Reply
#2

- Weather changing every 1 minute:

Click Here

And for others, please wait.
Reply
#3

ohai
Reply
#4

Stunterz, do you want the clock with a normal game text or a text draw?
Reply
#5

Quote:
Originally Posted by Martin_White
Stunterz, do you want the clock with a normal game text or a text draw?
is normal game text like the chat box text? and textdraw, dose that look like the real timer out of SA?
Reply
#6

game text is this:

https://sampwiki.blast.hk/wiki/GameTextStyle

text draw is exactly like game texts but with advanced colors and backgrounds etc.
Reply
#7

Hi, please could it be Game text and please could it be in the same location the clock is in GTA SA ? :P
thanks
Reply
#8

How do you want it as a clock? you mean 1 minute passes and the gamemode restarts or what? i don't understand you,

But if you want a GTASA clock then add this to your OnGameModeInit:

TogglePlayerClock(playerid, 1);

and you're done.
Reply
#9

Quote:
Originally Posted by Martin_White
How do you want it as a clock? you mean 1 minute passes and the gamemode restarts or what? i don't understand you,

But if you want a GTASA clock then add this to your OnGameModeInit:

TogglePlayerClock(playerid, 1);

and you're done.
Sorry to confuse you, i ment just like that TogglePlayerClock(playerid, 1);
But thanks for the other stuff too
Reply
#10

TogglePlayerClock(playerid, 1); makes one error in there

public OnGameModeInit()
{
SetGameModeText("SAS Special forces VS Gangs");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
TogglePlayerClock(playerid, 1);
SetTimer("weather", 60000, 1);
SetTimer("time", 60000, 1);

C:\Documents and Settings\Cameron Banfield\Desktop\Game-Flight DM server\gamemodes\SASDM.pwn(36) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)