01.11.2009, 14:34
Hi there.
Iґm using one of those at OnPlayerConnect:
But It doesnt seem to work solid. Even users without the correct name (but a pretty similar one) get the value assigned. But I only want the EXACT nameґs value setted. Whats the problem?
Iґm using one of those at OnPlayerConnect:
Код:
if(!strcmp(PlayerName, "[Boobs]Andre", true)) { boobsleader[playerid] = 1; boobsmember[playerid] = 1; }