- 0
problema 6 warns
-
Similar Content
-
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
EterNo
Am niste warning-uri care nu le pot rezolva deloc sper sa ma puteti ajuta voi .
Primu warning :
[pawn] WantedPoints[playerid]+=20; SetPlayerCriminal(playerid,255, "Jefuieste banca orasului");
GameTextForPlayer(playerid, "~r~Ai jefuit banca", 2500, 1);
DisablePlayerCheckpoint(playerid);
SetPlayerWantedLevel(playerid, 10);
WantedPoints[playerid]+= 21;
CP[playerid] = 51;
SetPlayerCheckpoint(playerid, 2125.1970,-1259.6982,24.1090); // ASTA ESTE LINIA
SendClientMessage(playerid, COLOR_YELLOW, "Acum dute la depozit pentru a lua bani.");
BizzInfo[4][bProducts] -= 25;
new pName[24];
new str[128];
GetPlayerName(playerid, pName, 24);
format(str, 128,"Banca a fost jefuita de %s, toate unitatile in alerta !", pName);
SendClientMessageToAll(COLOR_RED, str);[/pawn]
Warning 2 : [pawn] }
}
if(newcar==180|newcar==181||newcar==182||newcar==183||newcar==184||newcar==185||newcar==186) // asta e linia ( 2 warning-uri pe aceasta linie )
{
if(PlayerInfo[playerid][pMember] == 6||PlayerInfo[playerid][pLeader] == 6) { }
else
{
SendClientMessage(playerid,0x806C28FF," You are not a member of The Triads !");[/pawn]
Warining 4 :
[pawn] new warns = PlayerInfo[targetid][pWarns];
new pboxmats = PlayerInfo[targetid][pBoxMats]; // asta e linia
new pboxdrugs = PlayerInfo[targetid][pBoxDrugs];[/pawn]
Warning 5 :
[pawn] PlayerInfo[playerid][pMats] -= matss;
PlayerInfo[playerid][pBoxMats] += matss; // asta e linia.[/pawn]
Warning 6 :
[pawn] SendClientMessage(playerid, COLOR_GRAD2, "USAGE: Materiale [amount]");
format(string, sizeof(string), "Ai %d materiale in depozit.", // asta e linia PlayerInfo[playerid][pBoxMats]);[/pawn]
2 answers to this question
Recommended Posts