[help] Commands Not Working
#3

pawn Код:
if(strcmp(cmdtext, "/vr", true) == 1)
should be

pawn Код:
if(strcmp(cmdtext, "/vr", true) == 0)
With strcmp, a value of 0 means it is true.
Reply


Messages In This Thread
[help] Commands Not Working - by mastalol - 17.07.2011, 02:57
Re: [help] Commands Not Working - by PrawkC - 17.07.2011, 03:00
Re: [help] Commands Not Working - by lolumadd_ - 17.07.2011, 03:00
Re: [help] Commands Not Working - by =WoR=Varth - 17.07.2011, 03:00
Re: [help] Commands Not Working - by SergiKirov - 17.07.2011, 03:01
Re: [help] Commands Not Working - by Shockey HD - 17.07.2011, 03:01
Re: [help] Commands Not Working - by lolumadd_ - 17.07.2011, 03:04
Re: [help] Commands Not Working - by PrawkC - 17.07.2011, 03:05
Re: [help] Commands Not Working - by mastalol - 17.07.2011, 03:24

Forum Jump:


Users browsing this thread: 1 Guest(s)