20.02.2014, 19:22
Quote:
Don't use assignment (=) for copying a string to another. Use strcat instead.
pawn Код:
For example, if it's: pawn Код:
|
ObjectName = name;
And save that to the file and else where in my script like
/editfurni will show a dialog and show Object ID %d Name %s object, ObjectName
Are you telling me to specify a simple peace of text I have to do that for every single one? Where as if I wanted to just specify ObjectNumber = 1; it works just fine.. ?