Jump to content
  • 0

pomoc Objekt pawno


YouTubePlayer987

Dotaz

Dobrý den dělám vlastní GameMode. A podívejte chci nastavit warpy a nevím souřadnice kde vezmu souřadnice např. souřadnice draglv ? 

 

}
 
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/draglv", cmdtext, true, 10) == 0)
    {
SetPlayerPos(playerid,0.0,0.0,0.0);
        return 1;
 
    }
return 0;

 

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

  • 0

Choď do hry a tam kde to chceš mať tak daj /save potom choď do : C:\Documents and Settings\SuperMan\My Documents\GTA San Andreas User Files\SAMP najdi si tam : savedpositions  | AddPlayerClass(0,-2032.6550,-117.2735,1035.1719,110.8764,0,0,0,0,0,0); // ukaže ty tam toto NO to | 0 je skin | 2032.6550,-117.2735,1035.1719 toto je pozicia | a tamto ostatne rozacia a tak dalej | Možno to poprvi krat nepochopíš. :d Alebo keď nie stiahny si s0beit a dolu máš suradnice. :)

Link to comment
Share on other sites

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...