(05-01-2019 - 05:01 AM)Convoh1 Wrote: Is there a easier way to input the code?
(02-19-2019 - 09:31 AM)RF0oDxM0Dz_0 Wrote: Code:for(int i = 0;i<18;i++) { if(IS_TIME_MORE_THAN(GET_PLAYER_MAX_ARMOUR(i), 100) { print(GET_PLAYER_NAME(i), 3000);//get modder name } } Created by RF0oDxM0Dz
for(int i = 0;i<18;i++) { if(IS_TIME_MORE_THAN(GET_PLAYER_MAX_ARMOUR(i), 100) { print(GET_PLAYER_NAME(i), 3000);//get modder name } }
(05-08-2019 - 10:16 PM)rebelspy Wrote: Why? Just why? LMAO operators exist for a reason...
(05-20-2019 - 09:56 AM)fabiodev Wrote: (02-19-2019 - 09:31 AM)RF0oDxM0Dz_0 Wrote: Code:for(int i = 0;i<18;i++) { if(IS_TIME_MORE_THAN(GET_PLAYER_MAX_ARMOUR(i), 100) { print(GET_PLAYER_NAME(i), 3000);//get modder name } } Created by RF0oDxM0Dz