Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new ei[4], str[128];
- ei[0] = cache_get_field_content_int(0, "Skin");
- ei[1] = cache_get_field_content_int(0, "Dinheiro");
- ei[2] = cache_get_field_content_int(0, "Matou");
- ei[3] = cache_get_field_content_int(0, "Morreu");
- GivePlayerMoneyES(playerid, ei[1]);
- format(str, sizeof(str), "****Voce Matou %d Pessoas ****", ei[2]);
- SendClientMessage(playerid, vermelho, str);
- format(string, sizeof(string), "****Voce Morreu %d Vezes ****", ei[3]);
- SendClientMessage(playerid, vermelho, string);
- SetSpawnInfo(playerid, 0, ei[0], 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
- SpawnPlayer(playerid);
- player[playerid][E_Logged] = 1;
- PlayerDeaths[playerid] = ei[3];
- PlayerKills[playerid] = ei[2];
Advertisement
Add Comment
Please, Sign In to add comment