Jump to content
  • 0

pomoc [Warpy] Auto se neportne


Kureci_Gyros

Dotaz

Hele potřebuju pomoc když vytvořím warp tak mi to neportne s autem

COMMAND:grove(playerid, params[])
{
  SetPlayerInterior(playerid, 0);
  SetPlayerPos(playerid, 2499.8733,-1667.6309,13.3512);
  //
  GameTextForPlayer(playerid, "~g~Grove Street", 3000, 3);
  //
  new name[MAX_PLAYER_NAME], string[100+MAX_PLAYER_NAME];
  GetPlayerName(playerid, name, sizeof(name));
  //
  format(string, sizeof(string), "Hráč %s se odwarpoval do Grove Street.", name);
  SendClientMessageToAll(0x8FC979FF, string);
  return 1;
}

Nevíte jak to spravit?

Edited by Kureci_Gyros
Link to comment
Share on other sites

1 odpověd na tuto otázku

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...