13.09.2010, 23:12
Quote:
pawn Код:
|
pawn Код:
if (strcmp(cmdtext, "/pegarbeb", true, 10) == 0)
{
if(Team[playerid] != sobrevivente) return SendClientMessage(playerid, COR_AMARELO, "Voce nгo й um sobrevivente!");
if(!IsPlayerInRangeOfPoint(playerid, 1.0, 500.65, -15.50, 1000.67)) return SendClientMessage(playerid, COR_AMARELO, "Vocк nгo estб perto das garrafas");
PlayerInfo[playerid][pBebidas] = 1;
SendClientMessage(playerid, COR_AMARELO, "Voce pegou algumas garrafas e colocou na mochila!");
return 1;
}