15.04.2015, 18:43
Hi, I am having a little bit of trouble (much trouble) and I need some help.
Basically, I need to add a string variable to an array and I can't, it always gives me errors. I use the default Pawno BTW.
Here is an example of a script that gives me errors, for example:
main()
{
new array[5];
array[0] = "I AM HAPPY TO SEE YOU";
print(array[0]);
}
I am sorry if I posted in the wrong section, it is the first time I post on this forum and I wish you, the reader, all the best from me.
Basically, I need to add a string variable to an array and I can't, it always gives me errors. I use the default Pawno BTW.
Here is an example of a script that gives me errors, for example:
main()
{
new array[5];
array[0] = "I AM HAPPY TO SEE YOU";
print(array[0]);
}
I am sorry if I posted in the wrong section, it is the first time I post on this forum and I wish you, the reader, all the best from me.