[HELP]GetPlayerHealth
#6

Quote:
Originally Posted by lpstvv
Код:
if (strcmp("/menus", cmdtext, true, 10) == 0)
for this no error
but for this:
Код:
if (strcmp(cmd,"/menu1", true) == 0)
(172) : error 017: undefined symbol "cmd"
i got that to
change
Код:
if (strcmp(cmd,"/menu1", true) == 0)
To:
Код:
if (strcmp(cmdtext,"/menu1", true) == 0)
Reply


Messages In This Thread
[HELP]GetPlayerHealth - by lpstvv - 22.02.2010, 20:15
Re: [HELP]GetPlayerHealth - by Razvann - 22.02.2010, 20:25
Re: [HELP]GetPlayerHealth - by lpstvv - 22.02.2010, 20:26
Re: [HELP]GetPlayerHealth - by dclaw - 22.02.2010, 20:28
Re: [HELP]GetPlayerHealth - by lpstvv - 22.02.2010, 20:37
Re: [HELP]GetPlayerHealth - by dclaw - 22.02.2010, 20:40
Re: [HELP]GetPlayerHealth - by lpstvv - 22.02.2010, 20:50
Re: [HELP]GetPlayerHealth - by pyrodave - 22.02.2010, 20:55
Re: [HELP]GetPlayerHealth - by lpstvv - 22.02.2010, 20:58
Re: [HELP]GetPlayerHealth - by HerronInd - 24.02.2011, 08:19

Forum Jump:


Users browsing this thread: 1 Guest(s)