Thread: [Solved] range shortcut question
View Single Post
Author Message
tepegoz
Senior Member
Join Date: Apr 2019
Old 08-16-2020 , 11:26   range shortcut question
Reply With Quote #1

I have these codes:
PHP Code:
if(playerid == || playerid == || playerid == || playerid == || playerid == 5){
....

I want to shortcut theese codes. How to I do like this : if(playerid == (1,2,3,4,5)){ ?

Last edited by tepegoz; 08-16-2020 at 12:59.
tepegoz is offline