- 0
4 erori pe aceeasi linie
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
laury
salut tuturor. Va rog ajutati-ma si pe mine cu astea 4 eorori va rog frumos
si liniile sunt acestea:
[pawn]Functie TintaVanatoareEvent()
{
new String[108], Name[MAX_PLAYER_NAME];
foreach (new i : Player) // linia 1546
{
if(IsPlayerConnected(i)) NumarJucatoriVanatoare++;
}
new Hunted = random(NumarJucatoriVanatoare);
GetPlayerName(Hunted, Name, MAX_PLAYER_NAME);
format(String, 50, ""color_lime"[bot] %s "wh"este tinta!", Name);
SendClientMessageToAll(COLOR_RED, String);
GivePlayerWeapon(Hunted, 4, 1);
GivePlayerWeapon(Hunted, 24, 500);
GivePlayerWeapon(Hunted, 26, 50000);
GivePlayerWeapon(Hunted, 32, 50000);
GivePlayerWeapon(Hunted, 31, 50000);
SetPlayerHealth(Hunted, 100);
SetPlayerArmour(Hunted, 100);
SetPlayerColor(Hunted, 0xc70092FF);
EventVanatoare[Hunted] = 1;
NumarJucatoriVanatoare = 0;
SetTimerEx("TintaVanatoareEventNeucisa", 600000, false, "d", Hunted);
return 1;
}[/pawn]
5 answers to this question
Recommended Posts