14.08.2010, 22:34
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...
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...