16.12.2015, 16:46
if(GetPlayerWeapon(playerid) == 22) return SendClientMessage(playerid, COR_VERMELHO, "[ERRO]:"BRANCO" Vocк jб tem uma 9mm!");
if(CallRemoteFunction("VerGrana", "i", playerid) < 3500) return SendClientMessage(playerid, COR_VERMELHO, "[ERRO]:"BRANCO" Vocк nгo tem dinheiro o suficiente para comprar esta arma!");
CallRemoteFunction("Grana", "ii", playerid, -3500);
GivePlayerWeapon(playerid, 22, 340);
SendClientMessage(playerid, COR_AMARELO, "[INFO]:"BRANCO" Vocк comprou uma 9mm!");
}
}
}
if(CallRemoteFunction("VerGrana", "i", playerid) < 3500) return SendClientMessage(playerid, COR_VERMELHO, "[ERRO]:"BRANCO" Vocк nгo tem dinheiro o suficiente para comprar esta arma!");
CallRemoteFunction("Grana", "ii", playerid, -3500);
GivePlayerWeapon(playerid, 22, 340);
SendClientMessage(playerid, COR_AMARELO, "[INFO]:"BRANCO" Vocк comprou uma 9mm!");
}
}
}

