Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if(killerid != INVALID_PLAYER_ID)
  2.  
  3. {
  4. pickup1[playerid] = CreateDynamicPickup(1241, 23, pos[0] + 2.0, pos[1] + 2.0, pos[2], 0, 0, INVALID_PLAYER_ID, 30.0);
  5. if(GetPlayerWeapon(playerid) == 24)
  6. {
  7. pickup2[playerid] = CreateDynamicPickup(348, 23, pos[0], pos[1], pos[2], 0, 0, INVALID_PLAYER_ID, 30.0);
  8. pickup2GUN[playerid] = 24;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement