if(Player[playerid][OnDuty])
{
Player[playerid][OnDuty] = false;
SetPlayerColor(playerid, COLOR_ADMIN);
SendClientMessage(playerid, COLOR_GREEN, " ›› |info| Nie jeste? ju? na s?u?bie. By powr?ci? do s?u?by ponownie wpisz /admlog .");
}
else
{
Player[playerid][OnDuty] = true;
SendClientMessage(playerid, COLOR_GREEN, " ›› |info| Jeste? na s?u?bie. Je?li nie chcesz by? na s?u?bie ponownie wpisz /admlog .");
}
return 1;
}[/code]
B??d
C:Documents and SettingsComputerPulpitSAMPgamemodesPTS.pwn(255) : error 017: undefined symbol "Player"
C:Documents and SettingsComputerPulpitSAMPgamemodesPTS.pwn(255) : warning 215: expression has no effect
C:Documents and SettingsComputerPulpitSAMPgamemodesPTS.pwn(255) : error 001: expected token: ";", but found "]"
C:Documents and SettingsComputerPulpitSAMPgamemodesPTS.pwn(255) : error 029: invalid expression, assumed zero
C:Documents and SettingsComputerPulpitSAMPgamemodesPTS.pwn(255) : fatal error 107: too many error messages on one line
Mam serwer i w logach wyskakuje mi taka informacja (tylko na moich mapach na innych nie robi si? tak):
Co to mo?e by?.
Mam podejrzenia co do tego poniewa? jak testowa?em textdraw to mi rozmieszcza?o po ca?ym ekranie napisy z niego. Jak na innych mapach pr?bowa?em to nie robi?o tak jak na moich mapach.