Need help - strcmp at OnPlayerConnect
#3

Doesn't strcmp mean the comparisons do not match

Try changing:
pawn Код:
if(strcmp(PlayerName, "Name", true)) // Name is not found/matched
to:
pawn Код:
if(!strcmp(PlayerName, "Name", true)) // name is found/matched
Reply


Messages In This Thread
Need help - strcmp at OnPlayerConnect - by Striker_Moe - 31.10.2009, 20:28
Re: Need help - strcmp at OnPlayerConnect - by Abernethy - 31.10.2009, 20:30
Re: Need help - strcmp at OnPlayerConnect - by member - 31.10.2009, 20:34
Re: Need help - strcmp at OnPlayerConnect - by Striker_Moe - 31.10.2009, 20:35

Forum Jump:


Users browsing this thread: 1 Guest(s)