[Ajuda] Teleporte
#1

como fazer para quando player se teleportar ele for pra outro mundo, para nao ficar ao mesmo mundo que os outros player?

Quote:
Код HTML:
    if (strcmp("/rdm", cmdtext, true, 258) == 0)
    {
    SetPlayerPos(playerid,-2069.5918,-123.4657,35.3303);
    new NameP[MAX_PLAYER_NAME];
    new string[256];
    GetPlayerName(playerid, NameP, MAX_PLAYER_NAME);
    format(string, sizeof(string), "%s foi para rampa da morte -> (/RDM)", NameP);
    SendClientMessageToAll(CorTele,string);
    return 1;
    }
Reply


Messages In This Thread
Teleporte - by maxblaya01 - 19.08.2015, 02:50
Re: TELEPORTE - by matheusspohr - 19.08.2015, 02:52
Re: TELEPORTE - by Dolby - 19.08.2015, 02:52
Re: TELEPORTE - by maxblaya01 - 19.08.2015, 02:55

Forum Jump:


Users browsing this thread: 1 Guest(s)