Codes: Unterschied zwischen den Versionen

Aus San Andreas Multiplayer UDF
Wechseln zu: Navigation, Suche
(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…“)
 
 
Zeile 1: Zeile 1:
== AutoMats für GRP ==
+
== N/A ==
 
<source lang="autohotkey">
 
<source lang="autohotkey">
SetTimer, AutoMats, 100
+
N/A
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
 
 
</source>
 
</source>

Aktuelle Version vom 8. September 2014, 15:27 Uhr

N/A

N/A