Hello, this isn't okay but I don't know how to do it.
Code:
1 new nextmap[32]
2 get_cvar_string("amx_nextmap", nextmap, 31)
3 if (nextmap[0] == "a")
4 {
5 nextmap[0] = "A"
6 }
I want to change the first letter of the string nextmap to the same but in MAJ. My example is what it do if the first letter is "a".
Error: Array must be indexed (variable "-unknown-") on line 3
Error: Must be assigned to an array on line 5
Thanks you
__________________