09.02.2017, 08:58
Make sure the following is correct:>
You might've written it as:> Text3D:
Never make text[] empty.... Replace the above with
Reason:>
SAme for buster[playerid]
Ref: Click here: SAMP-Wiki
Quote:
new PlayerText3D:bust[MAX_PLAYERS]; |
PHP код:
bust[playerid] = CreatePlayer3DTextLabel(playerid,"",0x008080FF,-0.0129, 1.0810, 1.0200,40.0);
PHP код:
bust[playerid] = CreatePlayer3DTextLabel(playerid,"_",0x008080FF,-0.0129, 1.0810, 1.0200,40.0);
PHP код:
If text[] is empty, the server/clients next to the text might crash!
Ref: Click here: SAMP-Wiki