06.10.2012, 19:39
so I have the death window working
BUT
I would like it to show when people connects and disconnects
I get this error
BUT
I would like it to show when people connects and disconnects
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
SendDisconnectMessage(playerid, reason);
Код:
C:\Users\Julius\Documents\Grand Theft Auto Servers\San Andreas\samp03e_svr_win32.zip\gamemodes\grandlarc3.pwn(165) : error 017: undefined symbol "SendDisconnectMessage"