- 0
Raza
-
Similar Content
-
- 3 answers
- 197 views
-
Am o problema cu un special quest de iarna,sunt la inceput cu scripting-ul si am o problema,cand intru in raza de checkpoint nu se intampla absolut nimic,stie cineva de ce?
By cbnmihaita,
- 3 answers
- 1.156 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
Gigel92abaz
Problema intalnita (descriere): Cum as putea adauga pe o raza cand iese cineva de pe server x has left the server(crash) arata la tot serverul...
Ero(area / rile) / warning-(ul / urile): Nu am
Liniile de cod / sursa / script-ul(obligatoriu):
new
szString[64],
playerName[MAX_PLAYER_NAME];
GetPlayerName(playerid, playerName, MAX_PLAYER_NAME);
new szDisconnectReason[3][] =
{
"Timeout/Crash",
"Quit",
"Kick/Ban"
};
format(szString, sizeof szString, "%s left the server (%s).", playerName, szDisconnectReason[reason]);
SendClientMessageToAll(0xC4C4C4FF, szString);
}
return 1;
}
Imagini / Video (optional):
Ati incercat sa rezolvati singur?: Da...
13 answers to this question
Recommended Posts