23.09.2013, 11:31
It's not related to your problem - however, it's always good to prevent this.
Quote:
Originally Posted by SA:MP Wiki
Create3DTextLabel
[...] Important Note: If text[] is empty, the server/clients next to the text might crash! |
pawn Код:
if(strlen(inputtext) != 0) Create3DTextLabel(inputtext,playercolor,30.0,x,y,z,0);