Codes
Aus San Andreas Multiplayer UDF
Version vom 8. September 2014, 15:26 Uhr von Suchty112 (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== AutoMats für GRP == <source lang="autohotkey"> SetTimer, AutoMats, 100 AutoMats: IfWinNotActive, GTA:SA:MP return if(IsPlayerInRangeOfPoint(-1114.454, -16…“)
AutoMats für GRP
SetTimer, AutoMats, 100
AutoMats:
IfWinNotActive, GTA:SA:MP
return
if(IsPlayerInRangeOfPoint(-1114.454, -1621.433, 76.373, 2))
{
SendChat("/materials get 10")
SendChat("/me hat 10x Materials gekauft.")
Sleep, 7000
}
if(IsPlayerInRangeOfPoint(2471.020, 1905.948, 9.858, 2))
{
SendChat("/materials deliver 10")
SendChat("/me hat 10x Materials verkauft.")
Sleep, 7000
}
return