10.08.2012, 16:54
Tenta assim !
pawn Код:
if((PRESSED(KEY_FIRE)) && (PRESSED(KEY_HANDBRAKE)))
{
if(GetPlayerWeapon(playerid) == 35)
{
new Float:Pos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]+5);
SendClientMessage(playerid, COLOR_RED, "[INFO]: Й proibido bugar a bazooka. Se continuar serб banido.");
return true;
}
}