Problem with teleportmenu and teleporting with car...
#2

pawn Код:
if(strcmp(cmdtext, "/teleport", true) == 0)
{
    if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
    {
        ShowMenuForPlayer(teleportmenu2, playerid);
        TogglePlayerControllable(playerid, 1); // Friert den spieler(playerid) ein.
    }
    else
    {
        ShowMenuForPlayer(teleportmenu, playerid);
    }
    return 1;
}
Reply


Messages In This Thread
Problem with teleportmenu and teleporting with car... - by VayaConTioz - 23.06.2009, 14:44
Re: Problem with teleportmenu and teleporting with car... - by pen_theGun - 23.06.2009, 15:25
Re: Problem with teleportmenu and teleporting with car... - by VayaConTioz - 23.06.2009, 15:42
Re: Problem with teleportmenu and teleporting with car... - by Grim_ - 23.06.2009, 15:45
Re: Problem with teleportmenu and teleporting with car... - by VayaConTioz - 23.06.2009, 16:06

Forum Jump:


Users browsing this thread: 1 Guest(s)