Another probably silly question..
#2

You wan't to walk/run/drive and other under water? just go to water and then type this:

pawn Код:
CMD:underwater(playerid, params[])
{
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    SetPlayerPos(playerid, X, Y, Z-10.0);
    return true;
}
Reply


Messages In This Thread
Another probably silly question.. - by Jmarr - 12.08.2011, 13:26
Re: Another probably silly question.. - by Riddick94 - 12.08.2011, 13:38
AW: Another probably silly question.. - by Nero_3D - 12.08.2011, 13:38
Re: Another probably silly question.. - by Jmarr - 12.08.2011, 13:58

Forum Jump:


Users browsing this thread: 1 Guest(s)