Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new lssf1;
- forward closelssf1();
- else if(zcloselssf == 0)//Zoll Automatisch
- {
- if(IsPlayerInRangeOfPoint(playerid,5.0,50.9383,-1524.3573,5.0624))//Zoll Richtig [SF]
- {
- if(!IsACop(playerid))
- {
- GivePlayerMoney(playerid,-500);
- GameTextForPlayer(playerid,"~r~ -500$",6000, 1);
- }
- MoveObject(lssf1,53.31388, -1539.09839, 1.00000,3.5); //Geht Nicht
- SetTimer("closelssf1", 7000, 0); //Geht Nicht
- SendClientMessage(playerid,COLOR_RED,"[ZOLL] ** Viel Spaß in San Fierro **"); //Nachricht wird gesendet
- }
- }
- public closelssf1()
- {
- MoveObject(lssf1,53.31388, -1539.09839, 4.78243,3.5);
- }
- lssf1 = CreateObject(978, 53.31388, -1539.09839, 4.78243, 0.00000, 0.00000, 83.04000);
Advertisement
Add Comment
Please, Sign In to add comment