Aphec 10 Posted January 6, 2014 is there like a way to check if playerside is NOT civillian? for instance, now i have a script checking if playerside == civillian then blablabla i'm basically looking for a script that checks if the playerside not civillian then .... example: (playerSide == civilian) exitWith {hint "You need to be a Medic to use this store!"; closeDialog 0;}; however, here it will only check the civillian side, and not west, east, etc Share this post Link to post Share on other sites
bangabob 45 Posted January 6, 2014 If ((Side player) != civilian) exitwith {}; Share this post Link to post Share on other sites