Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
while true do
wait(0)
if isCurrentCharWeapon(PLYER_PED, int weapon) then
sampSendChat('/me достал ___')
end
--или
if getCurrentCharWeapon(PLYER_PED) == ID then
sampSendChat('/me достал ___')
end
end
while true do
wait(0)
if isCurrentCharWeapon(PLYER_PED, int weapon) then
sampSendChat('/me достал ___')
end
--или
if getCurrentCharWeapon(PLYER_PED) == ID then
sampSendChat('/me достал ___')
end
end