Thread: Sunglasses
View Single Post
bombjack
Junior Member
Join Date: Aug 2006
Old 10-23-2008 , 16:48   Re: Sunglasses -bug?
Reply With Quote #9

This plugin rejects players from entering our server. It only says reason:"." If I remove the code below it all works:

Code:
public bool:OnClientConnect(client)
{
    had_sunglasses[client] = false;
    g_used_count[client] = 0;
}

any ideas?

another possible bug: If you don't buy sunglasses, run out of buying area and then goes back, it's not possible to buy sunglasses anymore
bombjack is offline