04.11.2012, 13:27
bom nao tem como achar o errro no gm quando uso batercartao o colete aparece e some
alguem sabe o q й isto
alguem sabe o q й isto
if(strcmp(cmd, "/armas", true) == 0)
{
if(IsPlayerConnected(playerid))
{
GetPlayerName(playerid, sendername, sizeof(sendername));
if(PlayerInfo[playerid][pMember] == 1)
{
if(PlayerToPoint(3, playerid,254.6732,77.0985,1003.6406))
{
format(string, sizeof(string), "O Oficial %s pegou seus equipamentos e distintivo.", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
GivePlayerWeapon(playerid, 24, 300);
GivePlayerWeapon(playerid, 3, 0);
GivePlayerWeapon(playerid, 25, 300);
GivePlayerWeapon(playerid, 29, 300);
SetPlayerArmour(playerid, 80);
}
else
{
SendClientMessage(playerid, COLOR_GRAD2, "[Fail] Vocк nгo estб no vestiбrio da L.S.P.D!");
return 1;
}
}