Spawn bug
#1

Player 1 connects, goes through the waiting time of 7 seconds.. Spawns at airport.

Player 2 connects, goes through the waiting time of 7 seconds.. player 1 spawns at airport while Player 2 remains on the shamal.

Can someone help?

pawn Код:
SetSpawnInfo(playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0);
                SendClientMessage(playerid, COLOR_PINK, "Flight Attendant: Please fasten your belts, We will be landing at San Fierro International Airport in a few moments.");
                TogglePlayerSpectating(playerid, false);
                SetPlayerPos(playerid, 1.3629,23.1086,1199.5938);
                SetPlayerInterior(playerid, 1);
                SetTimer("plane", 7000, false);
                SetPlayerSkin(playerid, 26);
pawn Код:
forward plane(playerid);
public plane(playerid)
{
    SendClientMessage(playerid, COLOR_PINK, "Flight Attendant: On behalf of the Captain and the Flight Crew, we wish you a happy time and thank you for flying with Juank Air!");
    SetPlayerPos(playerid, -1357.7523,1.4554,6.3347);
    SetPlayerInterior(playerid, 0);
    OnQuiz[playerid] = 1;
    QuizSection[playerid] = 1;
    GivePlayerMoney(playerid, 500);
    TogglePlayerControllable(playerid, 1);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)