What's the problem with this script?
#2

Maybe it is, this:

pawn Код:
if strcmp(cmd,"/teleport",true)
It should be:

pawn Код:
if ( strcmp(cmdtext, "/Teleport", true ) == 0 ) {

}
Reply


Messages In This Thread
What's the problem with this script? - by Jonesycool - 11.03.2009, 22:45
Re: What's the problem with this script? - by JaYmE - 11.03.2009, 23:09
Re: What's the problem with this script? - by Jonesycool - 11.03.2009, 23:31
Re: What's the problem with this script? - by [RP]Rav - 11.03.2009, 23:33
Re: What's the problem with this script? - by Mikep - 11.03.2009, 23:34
Re: What's the problem with this script? - by Jonesycool - 11.03.2009, 23:52
Re: What's the problem with this script? - by ICECOLDKILLAK8 - 12.03.2009, 00:00

Forum Jump:


Users browsing this thread: 1 Guest(s)