05.07.2011, 03:21
I believe he's adding it to OnPlayerConnect since he has the
SendClientMessage(playerid, RED, "Welcome HayZatic");
which is also wrong, getting a players skin onplayerconnect will return 0 since they only get a skinid OnPlayerRequestClass
SendClientMessage(playerid, RED, "Welcome HayZatic");
which is also wrong, getting a players skin onplayerconnect will return 0 since they only get a skinid OnPlayerRequestClass

