SA-MP Forums Archive
3DTextLabel - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 3DTextLabel (/showthread.php?tid=474364)



3DTextLabel - Chrillzen - 07.11.2013

Uhh... what's wrong?

pawn Код:
enum bInfo
{
    Text3D:DLabel,
}
pawn Код:
forward loadbiz_data(idx, name[], value[]);
public loadbiz_data(idx, name[], value[])
{
    INI_Float("DLabel", BusinessInfo[idx][Text3D:DLabel]);
    return 1;
}
pawn Код:
INI_WriteFloat(File,"DLabel", BusinessInfo[id][Text3D:DLabel]);
ERRORS:
pawn Код:
C:\Users\Juha Stenius\Desktop\Allt\SERVER\gamemodes\IllusionalRP.pwn(378) : warning 213: tag mismatch
C:\Users\Juha Stenius\Desktop\Allt\SERVER\gamemodes\IllusionalRP.pwn(378) : warning 213: tag mismatch
C:\Users\Juha Stenius\Desktop\Allt\SERVER\gamemodes\IllusionalRP.pwn(643) : warning 213: tag mismatch
C:\Users\Juha Stenius\Desktop\Allt\SERVER\gamemodes\IllusionalRP.pwn(648) : warning 213: tag mismatch
C:\Users\Juha Stenius\Desktop\Allt\SERVER\gamemodes\IllusionalRP.pwn(1536) : warning 213: tag mismatch
C:\Users\Juha Stenius\Desktop\Allt\SERVER\gamemodes\IllusionalRP.pwn(1536) : warning 213: tag mismatch



Re: 3DTextLabel - CharlieBrown - 07.11.2013

pawn Код:
format(string,sizeof(string),"COLORORANGE"Owner: %s\nName: %s\nBusiness type: %s\nStreet Number: %d", BusinessInfo[id][bOwner], BusinessInfo[id][bName], biztext, id);    
Update3DTextLabelText(BusinessInfo[id][DLabel], 0xFFFFFFFF, string);



Re: 3DTextLabel - Chrillzen - 07.11.2013

Err..that's not the error line anyway..


UPDATED THREAD!