Problem in Gamemode
#1

Код:
D:\Server\gamemodes\gs.pwn(1356) : error 012: invalid function call, not a valid address
D:\Server\gamemodes\gs.pwn(1356) : warning 215: expression has no effect
D:\Server\gamemodes\gs.pwn(1356) : warning 215: expression has no effect
D:\Server\gamemodes\gs.pwn(1356) : error 001: expected token: ";", but found ")"
D:\Server\gamemodes\gs.pwn(1356) : error 029: invalid expression, assumed zero
D:\Server\gamemodes\gs.pwn(1356) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
I want to help
Reply
#2

show lines 1356
Reply
#3

i assume you forgot ; at the end of command
Reply
#4

Код:
tmp = strtok( cmdtext, idx );
This is line 1356
Reply
#5

Tmp is probably too small. Make it bigger
Reply
#6

How give me code
Reply
#7

Show me the line where you initialize tmp variable (line with new tmp[X]/static tmp[X])
Reply
#8

Код:
tmp = strtok( cmdtext, idx );
Reply
#9

... Read my post once again, slowly. Now give correct line
Reply
#10

show us lines from 1350 to 1356, you've probably forgot to add ";" at one of those lines when you were declaring variables
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)