Advertisement
Peppery

websitecmd

Jan 29th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3. if (strcmp("/website", cmdtext, true) == 0)
  4. {
  5. SendClientMessage(playerid, 0x33CCFFAA, "Our Website is "thatstuntserver.tk");
  6. return 1;
  7. }
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement