Jump to content

Recommended Posts

Hello,

What's wrong? Error: https://ibb.co/kBF4Fcd
 

[] spawn {
[parseText "<t font='PuristaBold' size='3.6'>My mission</t><br />by my name", true, nil, 7, 1.7, 0] spawn BIS_fnc_textTiles; 
sleep 30; 
[[[name VIP,"align = 'left' size = '1' font='PuristaBold'"],[" In the role of VIP","align = 'left' size = '1' font='PuristaBold'","#06db06"]]] spawn BIS_fnc_typeText2; 
sleep 8;
[[[name ks_blue,"align = 'left' size = '1' font='PuristaBold'"],[ In the role of blue commander","align = 'left' size = '1' font='PuristaBold'","#0000FF"]]] spawn BIS_fnc_typeText2; 
sleep 8;
[[["In the role of CIA", "align = 'left' size = '0.5' font='PuristaBold'","#0000FF"],   
  ["","<br/>"],  
  [name agent_1, "align = 'left' size = '0.5' font='PuristaBold'"],  
  ["","<br/>"],  
  [name agent_2, "align = 'left' size = '0.5' font='PuristaBold'"],  
  ["","<br/>"],  
  [name agent_3, "align = 'left' size = '0.5' font='PuristaBold'"],  
  ["","<br/>"],  
  [name agent_4, "align = 'left' size = '0.5' font='PuristaBold'"],  
  ["","<br/>"],  
  [name agent_5, "align = 'left' size = '0.5' font='PuristaBold'"],  
  ["","<br/>"],  
  [name agent_6, "align = 'left' size = '0.5' font='PuristaBold'"]]] spawn BIS_fnc_typeText2;  


};

 

Share this post


Link to post
Share on other sites

Missing " .Take a look at your post and see "In the role of blue commander" is not coloured as a STRING( green ).

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×