Advertisement
blankkor

//sa-mp.scripting/nickywayy

Feb 15th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.22 KB | None | 0 0
  1.  
  2. public OnPlayerDeath(playerid,killerid,reason)
  3.     {
  4.     if(IsPlayerVIP(killerid))
  5.         {
  6.         SetPlayerScore(killerid,GetPlayerScore(killerid) + 2);
  7.         }
  8.     else
  9.         {
  10.         SetPlayerScore(killerid,GetPlayerScore(killerid) + 1);
  11.         }
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement