Advertisement
BlackCoder

Untitled

Oct 11th, 2011
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public OnPlayerKeyStateChange(playerid,newkeys,oldkeys)
  2. {
  3. if(newkeys == 16 && GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
  4. {
  5. OnPlayerCommandText(playerid,"/batercartao");
  6. OnPlayerCommandText(playerid,"/equipar");
  7. return 1;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement