Need to change this.
#1

pawn Код:
if(text[0] == 'F')
I has that right now in my script and when I compile it works but that not what i wanted, when i do this it fails.

pawn Код:
if(text[0] == 'FS')
With these errors

Код:
(133) : error 027: invalid character constant
(133) : error 017: undefined symbol "S"  <-- is the "S" in "SF"
(133 -- 134) : error 029: invalid expression, assumed zero
(133 -- 134) : fatal error 107: too many error messages on one line

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


4 Errors.
Anyone know how to fix or change this to make it work?
Reply
#2

notice text[0]

s would be [1]
Reply
#3

pawn Код:
if(text[0] == 'F' && text[1] == 'S')
[This forum requires that you wait 120 seconds between posts. Please try again in 79 seconds.] - Due to this message, I'm being forced to wait 79 seconds to help you! How does that make you feel? Send a personal message to a global moderator explaining your feelings in an attempt to remove this shit (And still 34 seconds left..)
Reply
#4

omq loves u Grim now i can continue with what I'm working on
Reply
#5

Nice to know! However I don't encourage E-Relations, sorry

[This forum requires that you wait 120 seconds between posts. Please try again in 57 seconds.] - ..|..
Reply
#6

Maybe I don't
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)