Jump to content
  • 0

Lost connection to the server (0.3d)


-=[Vyorel]=-

Question

dm-1413240482783.png

Aveti idee ce ar putea cauza aceasta problema? Apare de cand am trecut server-ul pe 0.3d

Am incercat in multe motode, si degeaba. Poate aveti voi vreo idee.

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

Isi da imediat. Nu apuc sa scriu nimic...

[pawn]

public OnPlayerConnect(playerid)

{

    TextDrawShowForPlayer(playerid, bar);

    playerFirst[playerid] = 1;

    playerActive[playerid] = 0;

    playerSpectating[playerid] = 0;

    playerCountdown[playerid] = -1;

    playerLevel[playerid] = 0;

    playerAFK[playerid] = 0;

    playerIsPaused[playerid] = 0;

    playerFastSpawn[playerid] = 1;

    playerVehicle[playerid] = 0;

    playerAirbreak[playerid] = 0;

    playerVelocity[playerid][0] = 0;

    playerVelocity[playerid][1] = 0;

    playerVelocity[playerid][2] = 0;

    playerOldVelocity[playerid][0] = 0;

    playerOldVelocity[playerid][1] = 0;

    playerOldVelocity[playerid][2] = 0;

    playerCheatTreshold[playerid] = 0;

    playerInCountdown[playerid] = 0;

    playerPingWarnings[playerid] = 0;

    playerSpectate[playerid] = -1;

    playerSpectated[playerid] = -1;

    playerInstantSpawn[playerid] = 0;

    playerReply[playerid] = 0;

    playerForceCar[playerid] = -1;

    playerTicks[playerid] = 0;

    GetPlayerName(playerid, playerName[playerid], 24);

    SetPlayerColor(playerid, COLOR_WHITE);

    TogglePlayerClock(playerid, 1);

    format(string, sizeof(string), "{0015FF}%s {757373}a intrat pe Server.", playerName[playerid]);

    SendClientMessageToAll(COLOR_GREY, string);

    GameTextForPlayer(playerid, "/help", 1500, 4);

    reply[playerid] = 0;

    return 1;

}

[/pawn]

Am zis de la inceput ca imi face asa de cand l-am trecut pe 0.3d. Inainte mergea perfect.

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.