How to?
#1

else if(PlayerInfo[playerid][pDeaths] <= 100 && !<= 50) {
ins = 50000;
}

I have: else if(PlayerInfo[playerid][pDeaths] <= 50) {
and: else if(PlayerInfo[playerid][pDeaths] <= 100) {
So how can i correctly do that: else if(PlayerInfo[playerid][pDeaths] <= 100 && !<= 50) {

If pdeaths smaller is than 100 and not smaller is than 50...
Reply
#2

pawn Код:
if(PlayerInfo[playerid][pDeaths] <= 100 && PlayerInfo[playerid][pDeaths] >= 50) {
Reply
#3

Quote:
Originally Posted by [XST]O_x
Посмотреть сообщение
pawn Код:
if(PlayerInfo[playerid][pDeaths] <= 100 && PlayerInfo[playerid][pDeaths] >= 50) {
Thanks man!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)