Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var = 0
- GAAANZOBEN
- :?:/id::
- Suspend Permit
- SendInput /id{space}
- Input, contract, V I M,{enter}
- playerid = GetPlayerID()
- SendChat("/givehit " playerid " " contract " ")
- GetPlayerData()
- GetPlayerNameById( " contract ", contractname)
- AddChatMessage(0x008EFF, "Contract {FFFFFF}ID: {00FF00}" contract " {FFFFFF}- Name: {00FF00}" contractname "{FFFFFF}.")
- settimer, HitmanTimer, 1000
- contractvar = 1
- SendChat("/maske")
- var = 1
- return
- e::
- if(var = 0)
- {
- var = 1
- SetTimer, HitmanTimer, 1000
- AddChatMessage(0x008EFF, "Hitmantimer: {FFFFFF}ON")
- }
- else if(var = 1)
- {
- var = 0
- SetTimer, HitmanTimer, off
- AddChatMessage(0x008EFF, "Hitmantimer: {FFFFFF}OFF")
- }
- return
- HitmanTimer:
- Loop, read,%A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
- {
- last_line:=A_LoopReadLine
- }
- IfInString,last_line, << Hitman uwe_BOURNE hat den Auftragskill
- {
- SendChat("/maske")
- settimer, HitmanTimer, off
- contractvar = 0
- SendChat("/F Auftrag ausgeführt.")
- }
- if(contractvar = 1)
- {
- SendChat("/find " contract " ")
- sleep 7500
- }
- return
Advertisement
Add Comment
Please, Sign In to add comment