29.01.2013, 05:12
1. You already have 'str' declared somewhere else (either in a preceding level of that scope or globally)
2. The gClass variable is an array, so must be indexed. For example
3. You have an extra brace
2. The gClass variable is an array, so must be indexed. For example
pawn Код:
gClass[playerid]

