How can I extend the list const BOOT[]
How do I read the entire line, I read only the first in line ... why? :cry:
Code:
#include <amxmodx> |
Re: How can I extend the list const BOOT[]
First of all, you have to have BOOT[][] = { } because you are using strings.
e.g. PHP Code:
For the rest of it, I am not sure what you are trying to do. |
Re: How can I extend the list const BOOT[]
From what I read only the first name?
Code:
#include <amxmodx> |
Re: How can I extend the list const BOOT[]
I don't understand what you're asking.
Use BOOT[ 0 I to reference the first name and BOOT[ 1 ] for second...as Red Robster said. |
Re: How can I extend the list const BOOT[]
I am from Romania, can not speak English as you who have an English language.
We put the BOOT[2], but I still can not read both names, but first ... |
Re: How can I extend the list const BOOT[]
Bugsy clearly told you that [1] is the second because the count starts from zero, [0].
Read the pawn tutorial on strings to fully understand what they are and next you could read the whole document. Also, there are alot of people who can speak english even if it's not their natal language, you just need to learn it. |
| All times are GMT -4. The time now is 21:56. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.