#include udf.ahk
if(IsSAMPAvailable())
{
addChatMessageEx(0xFFFFFF, "{73b461}[NO2] {FFFFFF}Script is {dc4747}loaded. {FFFFFF}| Author: {dc4747}Author.")
!F5::
{
if (isTargetDriverbyId(getPlayerIdByName(getUsername())))
{
writeMemory(hGTA, 0x969165, 0x1)
}
}
return
}
else
{
Reload
}
return