Hey ich habe ein problem,
mein auto zoll system funzt leider nicht kann mir jmd dabei helfen
Code
;___Zoll System___
SetTimer, AutoZoll, 100
return
AutoZoll:
IfWinNotActive, GTA:SA:MP
return
if(isPlayerInRangeOfPoint(1733.47, 546.37, 26, 10)) ; Zoll 1))
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(1741.11, 543.47, 26, 10)) ; Zoll 1))
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(1744.03, 523.63, 27, 10)) ; Zoll 1
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(1752.71, 521.69, 27, 10)) ; Zoll 1
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(512.54, 476.62, 18, 10)) ; Zoll 2
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(529.22, 467.21, 18, 10)) ; Zoll 2
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(-159.79, 414.18, 11, 10)) ; Zoll 3
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(-157.44, 392.24, 11, 10)) ; Zoll 3
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(-1408.23, 824.19, 47, 10)) ; Zoll 4
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(-1414.77, 803.59, 47, 10)) ; Zoll 4
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(-2695.05, 1284.63, 55, 10)) ; Zoll 5
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(-2686.34, 1284.24, 55, 10)) ; Zoll 5
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(-2676.62, 1265.37, 55, 10)) ; Zoll 5
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(-2668.18, 1264.91, 55, 10)) ; Zoll 5
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(-963.08, -343.05, 36, 10)) ; Zoll 6
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(-968.00, -322.33, 36, 10)) ; Zoll 6
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(-71.76, -892.47, 15, 10)) ; Zoll 7
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(-68.74, -867.96, 15, 10)) ; Zoll 7
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(100.20, -1284.37, 14, 10)) ; Zoll 8
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(94.40, -1277.82, 14, 10)) ; Zoll 8
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(97.19, -1254.11, 14, 10)) ; Zoll 8
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(94.69, -1245.59, 14, 10)) ; Zoll 8
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
if(isPlayerInRangeOfPoint(42.71, -1537.98, 5, 10)) ; Zoll 9
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
else if(isPlayerInRangeOfPoint(58.02, -1524.93, 5, 10)) ; Zoll 9
{
SendChat("/zoll")
Sleep, 100
SendChat("/zoll")
Sleep, 7000
}
Alles anzeigen