Yeteh 0 Posted March 24 Hi. Is it possible to lock Vehicle/Base painting to specific players? Thanks! Share this post Link to post
StokesMagee 52 Posted March 25 21 hours ago, Yeteh said: Hi. Is it possible to lock Vehicle/Base painting to specific players? Thanks! add this to SM_Paint_Show: private _playerUIDs = ["766161"]; //Players that are allowed to use painting. //Check if the player is in the array of allowed players. if !((getPlayerUID player) in _playerUIDs) exitWith { systemchat "You cannot use this!"; }; Share this post Link to post