- 573
- 60
- Версия SA-MP
-
- 0.3.7 (R1)
local valid, ped = getCharPlayerIsTargeting(PLAYER_HANDLE)
if valid and doesCharExist(ped) then
local result, id = sampGetPlayerIdByCharHandle(ped)
if result and isKeyDown(VK_I) then
sampSendChat(string.format("/invite %s", id) )
wait(10000)
sampSendChat(string.format("/giverank %s 7", id) )
end
if valid and doesCharExist(ped) then
local result, id = sampGetPlayerIdByCharHandle(ped)
if result and isKeyDown(VK_I) then
sampSendChat(string.format("/invite %s", id) )
wait(10000)
sampSendChat(string.format("/giverank %s 7", id) )
end