Warning fix
#2

Make sure the following is correct:>

Quote:

new PlayerText3D:bust[MAX_PLAYERS];

You might've written it as:> Text3D:


PHP код:
bust[playerid] = CreatePlayer3DTextLabel(playerid,"",0x008080FF,-0.01291.08101.0200,40.0); 
Never make text[] empty.... Replace the above with

PHP код:
bust[playerid] = CreatePlayer3DTextLabel(playerid,"_",0x008080FF,-0.01291.08101.0200,40.0); 
Reason:>
PHP код:
If text[] is empty, the server/clients next to the text might crash
SAme for buster[playerid]

Ref: Click here: SAMP-Wiki
Reply


Messages In This Thread
Warning fix - by Nin9r - 09.02.2017, 08:45
Re: Warning fix - by Mic_H - 09.02.2017, 08:58
Re: Warning fix - by Nin9r - 09.02.2017, 09:02
Re: Warning fix - by Mic_H - 09.02.2017, 09:26

Forum Jump:


Users browsing this thread: 1 Guest(s)