Advertisement
jlalt

wew

Sep 10th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.26 KB | None | 0 0
  1. #include a_samp // <- will define / include samp functions for us!
  2.  
  3. public OnFilterScriptInit() // this callback will be called if our filterscript got loaded
  4. {
  5.     print("Hello world I am alive!");
  6.     // print is a function to print a text in server console!
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement