[ajuda] Conflito dialog
#8

pawn Код:
Descongelar(playerid);

if(!IsPlayerInAnyVehicle(playerid))
{
    SetPlayerPos(playerid, -2706.3394,218.2382,4.1797);
    TogglePlayerControllable(playerid,0);
    SetTimerEx("Descongelar", 2000, false, "d", playerid);
    new string[128], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
    format(string, sizeof(string), "{FF0000}(/sft) {FFFF00}Player {FF0000}%s {FFFF00}Vocк foi teleportado para: {FF0000}San Fierro tuning",pName);
    GameTextForPlayer(playerid,"~g~Loading Objetos",2000,3);
    SendClientMessageToAll(playerid, string);
    SetPlayerFacingAngle(playerid, 0.0);
    SetPlayerInterior(playerid, 0);
    SetPlayerVirtualWorld(playerid, 0);
}

public Descongelar(playerid)
{
    TogglePlayerControllable(playerid, 1);
    return 1;
}
Reply


Messages In This Thread
[ajuda] Player nao descongela - by goku114 - 04.06.2012, 02:14
Re: [ajuda] Conflito dialog - by s4kuL - 04.06.2012, 02:22
Re: [ajuda] Conflito dialog - by goku114 - 04.06.2012, 12:33
Re: [ajuda] Conflito dialog - by s4kuL - 04.06.2012, 13:35
Re: [ajuda] Conflito dialog - by BreakDriFT - 04.06.2012, 13:56
Re: [ajuda] Conflito dialog - by goku114 - 04.06.2012, 13:59
Re: [ajuda] Conflito dialog - by ReDKiiL - 04.06.2012, 14:04
Re: [ajuda] Conflito dialog - by Lуs - 04.06.2012, 14:05
Re: [ajuda] Conflito dialog - by goku114 - 04.06.2012, 14:07
Re: [ajuda] Conflito dialog - by Lуs - 04.06.2012, 14:12

Forum Jump:


Users browsing this thread: 5 Guest(s)