Jump to content
Sign in to follow this  
InqWiper

Need help with format command

Recommended Posts

call format ["%1=123",name player];hint format ["%1",InqWiper]

In OFP this works and gives the hint "123"

in ArmA it says:

'#call format ["%1=123",name player];hint ...'

Error call: type String, expected code

I want to be able to create variables built on player names without knowing what the player names will be. Help please  huh.gif

Share this post


Link to post
Share on other sites

In Arma the syntax is

"call compile format[...]"

Master85

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
Sign in to follow this  

×