Jump to content
  • 0

pomoc Spawn pomoc


Eptun

Dotaz

Ahojte :)
Ak hráč sa spawne napíše mu to správu a nastaví poziciu a settimerex, mno ale problém je ten že sa na tu pozíciu jednoducho newarpne

 

public OnPlayerRequestSpawn(playerid)
{
if(hral[playerid]==0)
{
    SendClientMessage(playerid, COLOR_YELLOW, "Vitaj na našom serveri, práve cestuješ lietadlom do mesta San Fierro kde začneš!");
    SetPlayerPos(playerid, 1.698,27.503,1199.593);
    SetTimerEx("KonecLietania", 60000, false, "i", playerid);
}
return 1;
}
Link to comment
Share on other sites

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