SA-MP Forums Archive
Single Player Game Time and Money - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Single Player Game Time and Money (/showthread.php?tid=502453)



Single Player Game Time and Money - RazRLightning - 24.03.2014

Hello, Everyone!

OK, so in my own server which is currently new, I noticed that when we do any kind of stunts from Single player GTA, it gives us a little bit a money. I have it and I want to remove it. Please help me with that.

One more problem is that, when a player dies and re-spawns, the time is changed and the weather is changed too. I don't want this to happen. I want ti have the same time and weather for all players.

Please help me with these 2 issues.

If you want to help please type in a PAWN CODE ......... I am kinda new to scripting.

Thanks.


Re: Single Player Game Time and Money - RazRLightning - 24.03.2014

Please help me!


Re: Single Player Game Time and Money - HitterHitman - 24.03.2014

pawn Код:
public OnGameModeInit()
{
    EnableStuntBonusForAll(0);
    return 1;
}
It will work.


Re: Single Player Game Time and Money - RazRLightning - 25.03.2014

Thanks, but what about the singleplayer time and weather.

When a player dies, the time and weather changes. It don't suppose to change, I checked it in other servers.

I want the time and weather to be the same for all players in the server.

Please HELP, thanks.


Re: Single Player Game Time and Money - RazRLightning - 25.03.2014

Why will no one help?

Come on you people help a new scriptor.


Re: Single Player Game Time and Money - [HK]Ryder[AN] - 25.03.2014

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


Re: Single Player Game Time and Money - RazRLightning - 26.03.2014

No man, you don't get it! I want to sync the time with other players, same time of all players in the server.

The game time, not the real world time.

For Example the command from LuxAdmin: /setalltime [TIME]

I have to do it manually, I want it to automatically change and sync the same gane time with other player.