Guest User

Jelka Srece

a guest
Dec 24th, 2010
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3. /* |___Forward___| */
  4. forward JelkaRadosti(playerid);
  5. /* |___New___| */
  6. new RandomPare[] =
  7. {
  8. "100",
  9. "200",
  10. "300"
  11. };
  12.  
  13. public OnFilterScriptInit()
  14. {
  15. print("\n--------------------------------------");
  16. print(" FS Jelka v1.0 by: David aka. eXtreme ");
  17. print("--------------------------------------\n");
  18. /* |___Timeri___| */
  19. SetTimer("JelkaRadosti",60000*30,1);
  20. /* |___Objekti___| */
  21. CreateObject(19076,1143.42333984,-929.74963379,42.20213318,0.00000000,0.00000000,0.00000000);
  22. return 1;
  23. }
  24.  
  25. public JelkaRadosti(playerid)
  26. {
  27. if(IsPlayerInRangeOfPoint(playerid, 10, 1144.0874, -929.6754, 43.1901))
  28. {
  29. GivePlayerMoney(playerid, RandomPare[random(sizeof(RandomPare))]);
  30. GameTextForPlayer(playerid, "~r~Cestitamo~y~!~w~Dobili ste pare od ~g~Jelke Srece~r~!!!", 5000, 0);
  31. }
  32. return 1;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment