21.02.2012, 18:11
Hello guys. I made a stat command and it shows the text that it's attached to a player. But if I delete the label it still appears the text on the stat command. How can I set it to "" (null).
The error
How can I fix it. I can't think anything else right now.
pawn Код:
// OnCreatingLabel
UserData[ id ][ PLAYER_TAG_TEXT ] = Txt;
pawn Код:
// OnDeletingLabel
UserData[ id ][ PLAYER_TAG_TEXT ] = ""; // Error Line
pawn Код:
error 047: array sizes do not match, or destination array is too small