02.02.2013, 17:44
Quote:
Because it assign whatever the first index value in the string array is which is a char. And by default PAWN doesn't have a string datatype. Try using memcpy instead.
https://sampwiki.blast.hk/wiki/Memcpy |
Can you explain that one a bit more? I got an enum inside an enum, so to say.