SetPlayerWeather warning?
#1

Fixed.
Reply
#2

pawn Код:
native SetPlayerWeather(playerid, weatherid);
Reply
#3

@jameskmonger Uhmm.. I'm really new to scripting. Where do i add that line?
Reply
#4

You don't, just do it like this:
pawn Код:
SetPlayerWeather(playerid, 9);
Reply
#5

pawn Код:
public OnPlayerConnect(playerid)
{
    SetPlayerWeather(playerid, 9);
    return 1;
}
EDIT: Aw, shucks.
Reply
#6

Thanks guys, the weather is changing
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)