26.09.2012, 17:29
nao sei se esta correto mais tenta
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo[i][pMembro] == 3 && donoFloresta == 1)
{
if(IsPlayerInFloresta(i))
{
GivePlayerMoney(i, GranadaFloresta);
}
return 1;
}