12.08.2011, 13:38
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;
}