Help is needed please help
#1

Код:
C:\DOCUME~1\Prabhat\Desktop\WORLDS~1.5\GAMEMO~1\free.pwn(2626) : error 017: undefined symbol "idx"
C:\DOCUME~1\Prabhat\Desktop\WORLDS~1.5\GAMEMO~1\free.pwn(2635) : error 017: undefined symbol "idx"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Show these errors
Please help

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

You need to define idx, which in the case of this function, is usually an integer.

pawn Код:
new idx;
I suggest you read up the official PAWN documentation over at CompuPhase, it's a great resource for those learning PAWN!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)