Help please. QUestion.
#2

pawn Код:
if(strcmp(cmd, "/weaponid", true) == 1) //if stringcompare the "cmd" with "/weaponid" is not the same, then...
change it to:
pawn Код:
if(strcmp(cmd, "/weaponid", true) == 0)//if stringcompare the "cmd" with "/weaponid" is the same, then...
Reply


Messages In This Thread
Help please. QUestion. - by PhoeNiX778 - 17.07.2012, 10:28
Re: Help please. QUestion. - by Andi_Evandy - 17.07.2012, 10:36
Re: Help please. QUestion. - by PhoeNiX778 - 17.07.2012, 11:26

Forum Jump:


Users browsing this thread: 1 Guest(s)