I need help with a few things
#1

Solved
Reply
#2

To have Night 24/7
pawn Код:
public OnPlayerUpdate(playerid)
{
    SetPlayerTime(playerid,0,0); //midnight
    return 1;
}
Reply
#3

Quote:
Originally Posted by akis_tze
Посмотреть сообщение
To have Night 24/7
pawn Код:
public OnPlayerUpdate(playerid)
{
    SetPlayerTime(playerid,0,0); //midnight
    return 1;
}
Thanks,It works

Does anyone know how to do the other two?
Reply
#4

Quote:
Originally Posted by akis_tze
Посмотреть сообщение
To have Night 24/7
pawn Код:
public OnPlayerUpdate(playerid)
{
    SetPlayerTime(playerid,0,0); //midnight
    return 1;
}
your stupid... that goes on GameModeInit not on PlayerUpdate, it's a waste of memory!
Reply
#5

Quote:
Originally Posted by admantis
Посмотреть сообщение
your stupid... that goes on GameModeInit not on PlayerUpdate, it's a waste of memory!
Man don't speak like that... Ok my mistake! All we do mistakes..
Reply
#6

Quote:
Originally Posted by akis_tze
Посмотреть сообщение
Man don't speak like that... Ok my mistake! All we do mistakes..
sorry but that.. was pretty obvious, lol
Reply
#7

Uhh. Okay i will change that

That was a bit rude Admantis,Lol
So anyone know the other answers ? :P
Reply
#8

Quote:
Originally Posted by akis_tze
Посмотреть сообщение
To have Night 24/7
pawn Код:
public OnPlayerUpdate(playerid)
{
    SetPlayerTime(playerid,0,0); //midnight
    return 1;
}
That would lag.. For midnight 4ever, just put on Your gamemodeinit or FSinit (depends what your using):
pawn Код:
SetWorldTime(0);
And if toggleplayerclock were actived, turn it off
Reply
#9

How you change your skin in game?? Example: in shop like rp servers? with cmd? with what?
Reply
#10

Quote:
Originally Posted by Noss*
Посмотреть сообщение
Uhh. Okay i will change that

That was a bit rude Admantis,Lol
So anyone know the other answers ? :P
Yes, cover the water with a music sound
pawn Код:
new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid,X,Y,Z);
    PlayerPlaySound(playerid,1187,X,Y,Z);
For animations use ApplyAnimation
Reply


Forum Jump:


Users browsing this thread: 10 Guest(s)