Hydra Battle script Help
#1

Hi i tried to make hydra battle script but i didn't get it
Can someone Help me Plz
Reply
#2

What kind of help you mean?
Reply
#3

What do you mean by "hydra battle script"?
Reply
#4

I mean some players take hydra and start fighting
Reply
#5

Change the Virtual World and the position of the player, Add Static vehicles which are Hydras under OnGameModeInIt. And you've created that.
Reply
#6

another thing how to let the player teleport to position With a hydra

I mean spawn with hydra
Reply
#7

pawn Код:
CMD:Hydra(playerid, params[])
{
    SetPlayerPos(playerid, 0.0, 0.0, 3.0);
    GetPlayerPos(playerid, Float:X, Float:Y, Float:Z);
    GetPlayerFacingAngle(playerid, Float:Angle);
    CreateVehicle(520, X, Y, Z + 2.0, Angle + 90.0, -1, -1, 5000);
    SetPlayerVirtualWorld(playerid, 998);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)