15.10.2011, 08:34
In pawn you cannot assign strings using the equals operator because the equals operator is not overloaded. You must use functions to assign strings to arrays (unless your initializing the array). You need to use functions like "strcat" or "format".