[Help]
#2

1. globEC needs to be a string.

2. Just same as 1

3. It's
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
You forgot braces ( "[" and "]" )

4. "cmdtext+4" doesnt make sense, because you cannot add values to a string

5.
pawn Код:
if(function9D0(arg1, "i", var0))
Doesn't make sense, i don't even know, what you want to do with this line.

6.
pawn Код:
while(arg0[var1] && arg0[var1] <= 32)
is wrong. Should be:
pawn Код:
while(arg0[var1] <= 32 && arg0[var1] <= 32)

I just think more errors will occur, but im not able to fix them yet, because i dont have the error codes.

Cheers.
Reply


Messages In This Thread
[Help] - by darkhuman - 12.11.2009, 23:06
Re: [Help] - by DeathOnaStick - 13.11.2009, 18:05
Re: [Help] - by Donuts - 13.11.2009, 18:19
Re: [Help] - by DeathOnaStick - 13.11.2009, 18:23
Re: [Help] - by darkhuman - 13.11.2009, 20:11
Re: [Help] - by dice7 - 13.11.2009, 20:23
Re: [Help] - by DeathOnaStick - 13.11.2009, 20:25
Re: [Help] - by darkhuman - 13.11.2009, 20:34
Re: [Help] - by darkhuman - 14.11.2009, 14:22
Re: [Help] - by dice7 - 14.11.2009, 14:34

Forum Jump:


Users browsing this thread: 3 Guest(s)