Death-Gm

e

Mar 14th, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. new ei[4], str[128];
  2.  
  3. ei[0] = cache_get_field_content_int(0, "Skin");
  4. ei[1] = cache_get_field_content_int(0, "Dinheiro");
  5. ei[2] = cache_get_field_content_int(0, "Matou");
  6. ei[3] = cache_get_field_content_int(0, "Morreu");
  7.  
  8. GivePlayerMoneyES(playerid, ei[1]);
  9. format(str, sizeof(str), "****Voce Matou %d Pessoas ****", ei[2]);
  10. SendClientMessage(playerid, vermelho, str);
  11. format(string, sizeof(string), "****Voce Morreu %d Vezes ****", ei[3]);
  12. SendClientMessage(playerid, vermelho, string);
  13. SetSpawnInfo(playerid, 0, ei[0], 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
  14. SpawnPlayer(playerid);
  15. player[playerid][E_Logged] = 1;
  16. PlayerDeaths[playerid] = ei[3];
  17. PlayerKills[playerid] = ei[2];
Advertisement
Add Comment
Please, Sign In to add comment