04.11.2018, 15:46
Hello, im trying to make that if a family has claimed the Dropcar point war, the members of the family will get a bonus, everytime they sells a vehicle with /dropcar.
I have made this but the function doesnt work (the dropcar turf point is number
I have made this but the function doesnt work (the dropcar turf point is number
pawn Код:
if(PlayerInfo[playerid][pMember] >= 1 || PlayerInfo[playerid][pFMember] < 255 && CPInfo[8][cOwned] == 1)
{
GiveMoney(playerid, 1000);
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Dropcar Bonus $1000!");
}