[REQUEST] Sign Mod

Arterio

Member
I think it would be awesome if there was a mod that allowed you to place sign's or notes for others to read.

I have no idea how to do any coding, so that's why I'm throwing it up here in hopes that someone who knows what they're doing could create such a thing.
 
Code:
myFlagPos = [player, 10, getdir player] call BIS_fnc_relPos; //set position for flag to be 10m infront of player
myFlag = "FlagCarrierTakistan_EP1" createVehicle myFlagPos; //create the flag
myFlag setflagtexture "logo.paa"; //set the flag texture
^ Above code creates a flag with whatever texture you have as logo.paa in your mission file.
Can be used on a lot of other object types :)
 
Back
Top