07.06.2016, 21:06
Looks nice just one thing I noticed
You dont need it like this, you can just use
And if you can, please change dini to YINI, its much faster.
Overall, good job mate, I like it! +rep
PHP Code:
if(PlayerInfo[playerid][Vip] >= 1 || PlayerInfo[playerid][Vip] >= 3)
PHP Code:
if(PlayerInfo[playerid][Vip] >= 1) //if its greater than 1 means 1,2,3,4,5,6,7,8,9..... 99999 ..... infinity
Overall, good job mate, I like it! +rep