i need some help
#3

Quote:
Originally Posted by Bakr
Посмотреть сообщение
strcmp function returns 0 if the strings match. So change this
pawn Код:
if(strcmp( Name, "HayZatic")) SendClientMessage(0xFFFF2AFF,"Welcome HayZatic");
to
pawn Код:
if(!strcmp( Name, "HayZatic")) SendClientMessage(0xFFFF2AFF,"Welcome HayZatic");
So Your Telling me If the Arguments are Matching it Goes Off By The 1?

Also, i get the error

Код:
error 035: argument type mismatch (argument 2)
Reply


Messages In This Thread
i need some help - by HayZatic - 05.07.2011, 02:10
Re: i need some help - by Bakr - 05.07.2011, 02:15
Re: i need some help - by HayZatic - 05.07.2011, 02:21
Re: i need some help - by Bakr - 05.07.2011, 02:28
Re: i need some help - by Shadoww5 - 05.07.2011, 03:36

Forum Jump:


Users browsing this thread: 1 Guest(s)