GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: Stramm - 2013. július 16. - 10:13:44

Cím: Rövid tele
Írta: Stramm - 2013. július 16. - 10:13:44
Sziasztok valaki leírná a legrövidebb és praktikusabb teleport készítést
Cím: Rövid tele
Írta: ZyZu. - 2013. július 16. - 10:26:29
http://sampforum.hu/index.php?topic=43118
Cím: Rövid tele
Írta: Stramm - 2013. július 16. - 10:28:46
Idézetet írta: ZyZu date=1373963189\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"39865\" data-ipsquote-contentclass=\"forums_Topic
http://sampforum.hu/index.php?topic=43118
 
De ez nekem csak a playert rakja egy bizonyos pontra a kocsiját nem ha benne ûl
Cím: Rövid tele
Írta: ZyZu. - 2013. július 16. - 11:31:59
Itt van ez.. http://sampforum.hu/index.php?topic=37681 hasonló a jármû cuccot meg szerintem meg tudod csinálni 1 sor az egész.  :confused:
Cím: Rövid tele
Írta: ClimaCool - 2013. július 16. - 11:41:54
Tessék
 
CMD:tele(playerid, params[])
{
    if(IsPlayerInAnyVehicle(playerid))
    {
        SetVehiclePos(GetPlayerVehicleID(playerid),-2387.4890,-58.9413,35.3203);
    } else {
        SetPlayerPos(playerid,-2387.4890,-58.9413,35.3203);
    }
    return 1;
}

 
De ha kell kiirásal a chatre mindenkinek akkor
 
CMD:tele(playerid, params[])
{
    new name[MAX_PLAYER_NAME+1], string[128];
    GetPlayerName(playerid, name, sizeof(name));
    format(string, sizeof(string), \"{0000FF}%s {FFFF00}Elteleportált a ...{FF0000}(/tele)\",name);
    SendClientMessageToAll(0xFFFF00AA, string);
    if(IsPlayerInAnyVehicle(playerid))
    {
        SetVehiclePos(GetPlayerVehicleID(playerid),-2387.4890,-58.9413,35.3203);
    } else {
        SetPlayerPos(playerid,-2387.4890,-58.9413,35.3203);
    }
    return 1;
}

 
Ha nem jó szólj

Ez saját :) nekem müködik eddig nem volt vele baj


Cím: Rövid tele
Írta: ZyZu. - 2013. július 16. - 14:29:02
Ez meg hülyeség.. 1 sorral meg lehet oldani röviden.. ez meg vagy 10 sor.