Not an array or too many subscripts
#1

Here's my Textdraw variable
PHP код:
new Text:zSign
Here's where I create the textdraw
PHP код:
zTextdraw(playerid)
{
    
zSign[playerid] = CreatePlayerTextDraw(playerid,493.00000073.000000"~r~z");//Error Line
    
PlayerTextDrawBackgroundColor(playerid,zSign[playerid], 255);
    
PlayerTextDrawFont(playerid,zSign[playerid], 0);
    
PlayerTextDrawLetterSize(playerid,zSign[playerid], 1.2600002.499999);
    
PlayerTextDrawColor(playerid,zSign[playerid], -1);
    
PlayerTextDrawSetOutline(playerid,zSign[playerid], 1);
    
PlayerTextDrawSetProportional(playerid,zSign[playerid], 1);
    
PlayerTextDrawSetSelectable(playerid,zSign[playerid], 0);

zTextdraw is called on OnPlayerConnect.
Reply


Messages In This Thread
Not an array or too many subscripts - by NealPeteros - 30.10.2016, 15:57
Re: Not an array or too many subscripts - by NeXoR - 30.10.2016, 16:07
Re: Not an array or too many subscripts - by NealPeteros - 30.10.2016, 16:11
Re: Not an array or too many subscripts - by vassilis - 30.10.2016, 16:16
Re: Not an array or too many subscripts - by NealPeteros - 30.10.2016, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)