one error
#4

My thoughts on that are that;

%d is assigned to true.

so just remove the ,string.

and if you're checking for if the player is not that name then,

instead of
pawn Код:
if(strcmp(PlayerName1,"dlegend",true))
you need to do
pawn Код:
if(!strcmp(PlayerName1,"dlegend",true))
note how the ' ! ' is for checking if the persons name is not dlegend.
Reply


Messages In This Thread
one error - by [HKS]dlegend - 17.11.2009, 23:00
Re: one error - by Hiitch - 17.11.2009, 23:39
Re: one error - by Peter_Corneile - 17.11.2009, 23:40
Re: one error - by Hiitch - 17.11.2009, 23:45
Re: one error - by [HKS]dlegend - 17.11.2009, 23:46
Re: one error - by Peter_Corneile - 17.11.2009, 23:47
Re: one error - by Kyosaur - 17.11.2009, 23:48

Forum Jump:


Users browsing this thread: 1 Guest(s)