Guest User

Untitled

a guest
Feb 5th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3.  
  4. new str[128];
  5. new value;
  6. new pid;
  7. if(sscanf("heal", "s[128]uf", str,pid, value))
  8. SetPlayerHealth(pid,value);
  9.  
  10.  
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment