29.12.2016, 19:18
Tente isso:
PHP код:
if(PlayerData[playerid][pCigarros])
{
new cigarro[]= "Cigarros:[%d]", PlayerData[playerid][pCigarros];
format(strglobal, sizeof(strglobal), "%s", cigarro);
SendClientMessage(playerid, -1, strglobal);
}
if(PlayerData[playerid][pIsqueiro])
{
new isqueiro[]= "Isqueiro:[%d]", PlayerData[playerid][pIsqueiro];
format(strglobal, sizeof(strglobal), "%s", isqueiro);
SendClientMessage(playerid, -1, strglobal);
}