- 30
- 0
- Версия MoonLoader
- .026-beta
Lua:
function sampev.onChatMessage(playerId,text)
local result,id = sampGetPlayerIdByCharHandle(PLAYER_PED)
if playerId == id and text == "/help" then
sampAddChatMessage("Hello!",-1)
return false
end
end