Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3. public OnPlayerText(playerid, text[])
  4. {
  5. if(strcmp(text[0], "siema", true) == 0)
  6. {
  7. new tmp[128];
  8. format(tmp, 128, "(ID %d): %s", playerid, text);
  9. SendPlayerMessageToAll(playerid, tmp);
  10. SendClientMessageToAll(25,"[BOT]{FFFFFF} Witaj!");
  11. }
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement