Custom map problem.
#1

I created a custom interior(map) ,but when its raining outside in the town and when i get in that interior its alao raining inside,how can isolate that area inside so it stops raining inside.(like you enter in real interior)
Reply
#2

Try setting a custom weather on entering, like when someone enters set the weather to sunny.
Reply
#3

How can i set that?
Reply
#4

Change player virtual world may be and then try with if(
Reply
#5

I doesnt has anything to do with vw. Like i sayd,thats not interior,its a map that i created somewhere in the air and made cmd /enter to it. Can you give me the function that i changes the weather for player when he enters it?
Reply
#6

Here is:
pawn Код:
if(strcmp(cmdtext, "/enter", true) == 0)
    {
        SetPlayerWeather(playerid, WeatherID);
        return 1;
    }
You can look WeatherID's on samp wiki
Reply
#7

But this sets weather to be sunny and when you are out,i need just when you get in that weather,and when you get out that normal weather gets back,is that possible?
Reply
#8

Quote:
Originally Posted by LuckyPlaya`
Посмотреть сообщение
How can i set that?
https://sampwiki.blast.hk/wiki/SetPlayerWeather
Reply
#9

Quote:
Originally Posted by Rajat_Pawar
Посмотреть сообщение
But this sets weather to be sunny and when you are out,i need just when you get in that weather,and when you get out that normal weather gets back,is that possible?
Reply
#10

It's possible ...
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)