Probleme cu gamemode-ul "The Godfather", si altele
#86

Salutare am o problema la payday la ora fixa nu functioneaza ma poate ajuta cineva ??va voi lasa mai jos tot ce tine de payday .

Код:
public SyncTime()
{
	new tmphour;
	new tmpminute;
	new tmpsecond;
	gettime(tmphour, tmpminute, tmpsecond);
	FixHour(tmphour);
	tmphour = shifthour;
	if ((tmphour > ghour) || (tmphour == 0 && ghour == 23))
	{
		ghour = tmphour;
		foreach (Player, i)
		{
		    if(GetPVarInt(i, "PlayerLogged") == 1)
		    {
		        PayDay(i);
		    }
		}
		if (realtime)
		{
			SetWorldTime(tmphour);
		}
		PayDayLoad(1);
	}
	for(new b = 0; b < sizeof(WeedInfo); b++)
	{
		if(WeedInfo[b][WeedPlanted] == 1 && WeedInfo[b][WeedTime] > 0)
		{
		    WeedInfo[b][WeedTime] -= 1;
		    if(WeedInfo[b][WeedTime] >= 17 && WeedInfo[b][WeedTime] <= 20)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-2.2,100.0);
		    }
            if(WeedInfo[b][WeedTime] >= 15 && WeedInfo[b][WeedTime] <= 17)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-2.1,100.0);
		    }
		    if(WeedInfo[b][WeedTime] >= 13 && WeedInfo[b][WeedTime] <= 15)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-2.0,100.0);
		    }
		    if(WeedInfo[b][WeedTime] >= 11 && WeedInfo[b][WeedTime] <= 13)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-1.9,100.0);
		    }
		    if(WeedInfo[b][WeedTime] >= 9 && WeedInfo[b][WeedTime] <= 11)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-1.8,100.0);
		    }
		    if(WeedInfo[b][WeedTime] >= 8 && WeedInfo[b][WeedTime] <= 9)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-1.7,100.0);
		    }
		    if(WeedInfo[b][WeedTime] >= 7 && WeedInfo[b][WeedTime] <= 8)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-1.6,100.0);
		    }
		    if(WeedInfo[b][WeedTime] >= 6 && WeedInfo[b][WeedTime] <= 7)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-1.5,100.0);
		    }
		    if(WeedInfo[b][WeedTime] >= 5 && WeedInfo[b][WeedTime] <= 6)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-1.4,100.0);
		    }
		    if(WeedInfo[b][WeedTime] >= 1 && WeedInfo[b][WeedTime] <= 5)
		    {
                MoveDynamicObject(weedObject[b],WeedInfo[b][WeedX],WeedInfo[b][WeedY],WeedInfo[b][WeedZ]-1.3,100.0);
		    }
		}
	}
}
payday

Код:
public PayDay(playerid)
{
	new string[128];
	new account,interest;
	new rent = 0;
	if(PlayerInfo[playerid][pCellplan] == 2 && PlayerInfo[playerid][pCellphone] == 1)
	{
	    PlayerInfo[playerid][pCelltime] -= 10;
	}
	if(PlayerInfo[playerid][pBreakAllow] > 0)
	{
	    PlayerInfo[playerid][pBreakAllow]--;
	}
	if(GetPVarInt(playerid, "PlayerLogged") == 1)
	{
		if(PlayerInfo[playerid][pJailTime] == 0)
		{
		    if(PlayerInfo[playerid][pJailed] == 0)
		    {
				account = PlayerInfo[playerid][pAccount];
				new key = PlayerInfo[playerid][pHousekey];
				HouseInfo[key][hTakings] = HouseInfo[key][hTakings]+rent;
				new tmpintrate;
   	            switch(PlayerInfo[playerid][pDonateRank])
	            {
		        	case 0:
		        	{
                		tmpintrate = 1;
		        	}
		       	 	case 1:
		        	{
                		tmpintrate = 1;
		        	}
		        	case 2:
		        	{
                		tmpintrate = 2;
		        	}
	        		case 3:
		        	{
                		tmpintrate = 3;
		        	}
	            }
				if(PlayerInfo[playerid][pPayDay] >= 0)
				{
				    Tax += TaxValue;
				    PlayerInfo[playerid][pAccount] -= TaxValue;
					new checks;
     				checks = 700;
					if(PlayerInfo[playerid][pDonateRank] > 0)
					{
					    new bonus = PlayerInfo[playerid][pPayCheck] / 10;
					    checks += bonus;
					}
				    new ebill = 125;
				    account += checks;
				    if(PlayerInfo[playerid][pAccount] > 0)
				    {
				    	PlayerInfo[playerid][pAccount] -= ebill;
				    	SBizzInfo[4][sbTill] += ebill;
					}
					else
					{
					    ebill = 0;
					}
					interest = (PlayerInfo[playerid][pAccount]/1000)*(tmpintrate);
					PlayerInfo[playerid][pExp]++;
					PlayerInfo[playerid][pAccount] = account+interest;
					SendClientMessage(playerid,COLOR_YELLOW5,"____________________________________________________");
		            SendClientMessage(playerid,COLOR_LIGHTYELLOW5,"                        Paycheck Statement:                           ");
		            format(string, 128, "[INFO]: Paycheck: $%d | Tax Money: -$%d", checks, TaxValue);
					SendClientMessage(playerid, COLOR_LIGHTYELLOW5, string);
					format(string, 128, "[INFO]: Int Rate: 0.%d percent | Int Gained $%d",tmpintrate,interest);
					SendClientMessage(playerid, COLOR_LIGHTYELLOW5, string);
					if(PlayerInfo[playerid][pHousekey] != 255 || PlayerInfo[playerid][pPbiskey] != 255)
					{
					    format(string, 128, "[INFO]: Electricity Bill: -$%d | Rent: -$%d", ebill,rent);
						SendClientMessage(playerid, COLOR_LIGHTYELLOW5, string);
					}
					else if(PlayerInfo[playerid][pHousekey] == 255 || PlayerInfo[playerid][pPbiskey] == 255)
					{
					    format(string, 128, "[INFO]: Rent: -$%d", rent);
					    SendClientMessage(playerid, COLOR_LIGHTYELLOW5, string);
					}
					if(PlayerInfo[playerid][pMember] == 4||PlayerInfo[playerid][pMember] == 2||PlayerInfo[playerid][pMember] == 14)
					{
					    switch (PlayerInfo[playerid][pRank])
					    {
                            case 0:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $300");
					            PlayerInfo[playerid][pAccount] += 300;
		                    }
		                    case 1:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $300");
					            PlayerInfo[playerid][pAccount] += 300;
		                    }
		                    case 2:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $300");
					            PlayerInfo[playerid][pAccount] += 300;
		                    }
		                    case 3:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $300");
					            PlayerInfo[playerid][pAccount] += 300;
		                    }
		                    case 4:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $400");
					            PlayerInfo[playerid][pAccount] += 400;
		                    }
		                    case 5:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
		                    case 6:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
		                }
					}
					else if(PlayerInfo[playerid][pMember] == 6)
					{
					    switch (PlayerInfo[playerid][pRank])
					    {
                            case 0:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $200");
					            PlayerInfo[playerid][pAccount] += 200;
		                    }
		                    case 1:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $200");
					            PlayerInfo[playerid][pAccount] += 200;
		                    }
		                    case 2:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $200");
					            PlayerInfo[playerid][pAccount] += 200;
		                    }
		                    case 3:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $350");
					            PlayerInfo[playerid][pAccount] += 350;
		                    }
		                    case 4:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $375");
					            PlayerInfo[playerid][pAccount] += 375;
		                    }
		                    case 5:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $400");
					            PlayerInfo[playerid][pAccount] += 400;
		                    }
		                    case 6:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $425");
					            PlayerInfo[playerid][pAccount] += 425;
		                    }
		                    case 7:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $450");
					            PlayerInfo[playerid][pAccount] += 450;
		                    }
		                    case 8:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $475");
					            PlayerInfo[playerid][pAccount] += 475;
		                    }
		                    case 9:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
		                    case 10:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
		                    case 11:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
		                    case 12:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
		                    case 13:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
		                    case 14:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
		                    case 15:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
		                    case 16:
		                    {
		                        SendClientMessage(playerid, COLOR_LIGHTYELLOW5, "[INFO]: Bonus Check: $500");
					            PlayerInfo[playerid][pAccount] += 500;
		                    }
						}
					}
					if(PlayerInfo[playerid][pCarkey] != SCRIPT_CARS)
					{
					    new carkey = PlayerInfo[playerid][pCarkey];
						if(CarInfo[carkey][cInsur] == 1)
						{
							new amount = VehiclePrice(carkey);
					    	format(string, 128, "[INFO]: Insurance Vehicle 1: -$%d", amount);
							SendClientMessage(playerid, COLOR_LIGHTYELLOW5, string);
							PlayerInfo[playerid][pAccount] -= amount;
						}
					}
					if(PlayerInfo[playerid][pCarkey2] != SCRIPT_CARS)
					{
					    new carkey2 = PlayerInfo[playerid][pCarkey2];
						if(CarInfo[carkey2][cInsur] == 1)
						{
							new amount = VehiclePrice(carkey2);
					    	format(string, 128, "[INFO]: Insurance Vehicle 2: -$%d", amount);
							SendClientMessage(playerid, COLOR_LIGHTYELLOW5, string);
							PlayerInfo[playerid][pAccount] -= amount;
						}
					}
					if(PlayerInfo[playerid][pCarkey3] != SCRIPT_CARS)
					{
					    new carkey3 = PlayerInfo[playerid][pCarkey3];
						if(CarInfo[carkey3][cInsur] == 1)
						{
							new amount = VehiclePrice(carkey3);
					    	format(string, 128, "[INFO]: Insurance Vehicle 3: -$%d", amount);
							SendClientMessage(playerid, COLOR_LIGHTYELLOW5, string);
							PlayerInfo[playerid][pAccount] -= amount;
						}
					}
					format(string, 128, "[INFO]: Old Balance: $%d | New Balance: $%d", account - checks, PlayerInfo[playerid][pAccount]);
					SendClientMessage(playerid, COLOR_LIGHTYELLOW5, string);
	                SendClientMessage(playerid,COLOR_YELLOW5,"____________________________________________________");
					format(string, 128, "~g~PayDay~n~~w~Check paid into your account");
					GameTextForPlayer(playerid, string, 5000, 1);
					rent = 0;
					PlayerPlayMusic(playerid);
					PlayerInfo[playerid][pPayDay] = 0;
					PlayerInfo[playerid][pPayCheck] = 0;
					PlayerInfo[playerid][pConnectTime] += 1;
					if((4+(PlayerInfo[playerid][pLevel]*8)) == PlayerInfo[playerid][pConnectTime])
					{
					    PlayerInfo[playerid][pConnectTime] += 1;
					}
					new LevScore;
                    LevScore = PlayerInfo[playerid][pConnectTime];
                    SetPlayerScore(playerid,LevScore);
					if(ConnectUpgrade(PlayerInfo[playerid][pConnectTime]))
					{
					    PlayerInfo[playerid][gPupgrade] = PlayerInfo[playerid][gPupgrade]+2;
					}
				}
				else
				{
				    SendClientMessage(playerid, COLOR_WHITE, "* You haven't played long enough to obtain a PayDay.");
				}
			}
		}
	}
	for(new h = 0; h < sizeof(HouseInfo); h++)
	{
	    if(HouseInfo[h][hBreakTime] > 0)
	    {
	        HouseInfo[h][hBreakTime]--;
	    }
	}
	TelePos[playerid][0] = 0.0;
	TelePos[playerid][1] = 0.0;
	return 1;
}
Код:
forward PayDayLoad(type);
public PayDayLoad(type)
{
	if(type == 1)
	{
        SaveCars();
	    SaveTrunk();
	    SaveSafe();
	    SaveFamilies();
        OnPropUpdate();
        SaveIRC();

		new RandomWeth;
	    RandomWeth = random(7);
        switch(RandomWeth)
        {
            case 0:
			{
			    DefaultWeather = 0;
            }
            case 1:
            {
			    DefaultWeather = 2;
            }
            case 2:
            {
			    DefaultWeather = 3;
            }
            case 3:
            {
			    DefaultWeather = 4;
            }
            case 4:
            {
			    DefaultWeather = 5;
            }
            case 5:
            {
			    DefaultWeather = 9;
            }
            case 6:
            {
			    DefaultWeather = 11;
            }
	    }
		SetWeather(DefaultWeather);
		for(new h = 0; h < sizeof(CarInfo); h++)
		{
			if(CarInfo[h][cOwned] == 1)
			{
			    new player = ReturnUser(CarInfo[h][cOwner]);
			    if(IsPlayerConnected(player))
			    {
                    if(CarInfo[h][cTime] > 0)
			        {
			            CarInfo[h][cTime]--;
			        }
			    }
			    else if(!IsPlayerConnected(player))
			    {
			        CarInfo[h][cTime]++;
                    if(CarInfo[h][cTime] == 730)
			        {
			            CarInfo[h][cTime]=0;
			            CarInfo[h][cOwned] = 0;
			        }
			    }
			}
		}
	}
    return 1;
}
La ora fixa chiar si dupa 5 ore on nu imi apare nici o informatie nici ca nu am jucat destul s-au alte prosti..
Reply


Messages In This Thread
Cum sa faci gates si cum sa adaugi masini la o factiune? - by chas13 - 23.04.2010, 17:24
[help]wanted - by Freakzz - 09.06.2010, 16:21
PROBLEMA LARP - by Pawno_Scripter - 14.06.2010, 14:17
Re: PROBLEMA LARP - by Pawno_Scripter - 15.06.2010, 00:19
Re: PROBLEMA LARP - by Freakzz - 15.06.2010, 17:47
Re: PROBLEMA LARP - by Pawno_Scripter - 16.06.2010, 23:39
Re: Probleme cu gamemode-ul "The Godfather", si altele - by gabitzu4ever - 26.10.2010, 22:23
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Mihai_Marius - 29.10.2010, 10:15
Re: Probleme cu gamemode-ul "The Godfather", si altele - by gabitzu4ever - 29.10.2010, 13:21
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Crystyan12 - 29.10.2010, 16:54
Re: Probleme cu gamemode-ul "The Godfather", si altele - by gabitzu4ever - 29.10.2010, 17:34
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Mihai_Marius - 29.10.2010, 19:39
Re: Probleme cu gamemode-ul "The Godfather", si altele - by MrBlack1995 - 31.10.2010, 17:26
Re: Probleme cu gamemode-ul "The Godfather", si altele - by gabitzu4ever - 31.10.2010, 20:48
Re: Probleme cu gamemode-ul "The Godfather", si altele - by gabitzu4ever - 31.10.2010, 20:53
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Mihai_Marius - 02.11.2010, 18:49
Re: Probleme cu gamemode-ul "The Godfather", si altele - by gabitzu4ever - 02.11.2010, 19:00
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Mihai_Marius - 04.11.2010, 08:17
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Mihai_Marius - 06.11.2010, 14:36
Re: Probleme cu gamemode-ul "The Godfather", si altele - by gabitzu4ever - 07.11.2010, 15:21
Probleme cu gamemode-ul "The Godfather", si altele - by [NoV]LaZ - 07.11.2010, 15:30
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Mihai_Marius - 07.11.2010, 17:22
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Skaizo - 12.11.2010, 13:49
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Mihai_Marius - 12.11.2010, 18:43
Re: Probleme cu gamemode-ul "The Godfather", si altele - by traficgamesro - 13.11.2010, 20:05
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Mihai_Marius - 14.11.2010, 16:49
Re: Probleme cu gamemode-ul "The Godfather", si altele - by doryn3l - 25.01.2011, 03:34
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Gabb0411 - 25.01.2011, 12:48
Va rog Frumos! - by Diaz112 - 25.01.2011, 12:59
Re: Va rog Frumos! - by Skizu - 25.01.2011, 18:09
Re: Probleme cu gamemode-ul "The Godfather", si altele - by doryn3l - 25.01.2011, 18:15
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Gabb0411 - 25.01.2011, 18:40
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Skizu - 27.01.2011, 14:02
Re: Probleme cu gamemode-ul "The Godfather", si altele - by gabitzu4ever - 27.01.2011, 14:43
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Skizu - 27.01.2011, 16:45
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Gabb0411 - 27.01.2011, 20:01
Re: Problema Masini - by MoroDan - 23.07.2011, 15:21
Re: Probleme cu gamemode-ul "The Godfather", si altele - by SpeedyRO - 23.07.2011, 15:23
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Tudor23 - 23.07.2011, 16:02
Re: Probleme cu gamemode-ul "The Godfather", si altele - by SpeedyRO - 23.07.2011, 16:09
Re: Probleme cu gamemode-ul "The Godfather", si altele - by IcE. - 23.07.2011, 18:29
Re: [help]wanted - by Visio - 23.07.2011, 18:46
Re: [help]wanted - by MoroDan - 23.07.2011, 19:41
Re: [help]wanted - by fordawinzz - 23.07.2011, 19:49
Re: Probleme cu gamemode-ul "The Godfather", si altele - by MoroDan - 23.07.2011, 19:52
Re: [help]wanted - by MoroDan - 23.07.2011, 19:54
Erori /veh - by Visio - 24.07.2011, 11:02
Re: Probleme cu gamemode-ul "The Godfather", si altele - by MoroDan - 24.07.2011, 13:59
putin ajutor va rog - by Killer2019 - 26.07.2011, 16:29
Re: putin ajutor va rog - by Skaizo - 26.07.2011, 16:34
3dtext la fiecare casa si biz si icon la fiecare casa - by wikedx - 21.05.2012, 17:01
Re: 3dtext la fiecare casa si biz si icon la fiecare casa - by michael.luciano - 21.05.2012, 19:23
Sistem Factiuni - by TinKode - 24.05.2012, 10:41
Re: Sistem Factiuni - by michael.luciano - 24.05.2012, 11:14
Re: Sistem Factiuni - by TinKode - 24.05.2012, 11:19
Re: Sistem Factiuni - by michael.luciano - 24.05.2012, 11:30
Re: Sistem Factiuni - by DokerJr - 24.05.2012, 12:07
Re: Sistem Factiuni - by TinKode - 24.05.2012, 12:17
Re: Sistem Factiuni - by michael.luciano - 24.05.2012, 12:26
Re: Sistem Factiuni - by Skaizo - 24.05.2012, 12:30
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 01.09.2012, 12:10
Re: Probleme cu gamemode-ul "The Godfather", si altele - by SounDD - 01.09.2012, 12:22
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 01.09.2012, 14:36
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 01.09.2012, 14:42
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 02.09.2012, 10:28
Re: Probleme cu gamemode-ul "The Godfather", si altele - by rBcollo - 02.09.2012, 11:09
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 02.09.2012, 11:21
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 02.09.2012, 11:30
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 02.09.2012, 11:33
Problema HQ - by AwP_sTyLE - 04.09.2012, 15:19
Re: Problema HQ - by Gabyyy - 04.09.2012, 18:30
Re: Probleme cu gamemode-ul "The Godfather", si altele - by AwP_sTyLE - 04.09.2012, 19:38
Re: Probleme cu gamemode-ul "The Godfather", si altele - by RaZVaN ^ xD - 08.09.2012, 09:43
Re: Probleme cu gamemode-ul "The Godfather", si altele - by AwP_sTyLE - 11.09.2012, 06:49
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 11.09.2012, 17:54
Re: Probleme cu gamemode-ul "The Godfather", si altele - by fanatycoland - 15.09.2012, 10:29
VA rog ajutatima am o problema - by Claudytzu - 17.09.2012, 10:05
Re: Probleme cu gamemode-ul "The Godfather", si altele - by fanatycoland - 17.09.2012, 12:55
Crash la masinile factiunii - by SilviuCS - 20.09.2012, 22:15
Am o problema cu /accept job - by SilviuCS - 24.09.2012, 09:22
Problema masini personale. - by Addons - 24.09.2012, 16:49
Re: Probleme - Help me ! - by DiGiTaL_AnGeL - 24.09.2012, 18:03
Re: Probleme - Help me ! - by alexandrusava93 - 24.09.2012, 19:34
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 26.09.2012, 16:09
Cateva Intrebari - by GrigoGT - 09.10.2012, 14:12
Problema Payday - by Jony_Cruze - 18.10.2012, 16:20
Re: Problema Payday - by DiffeReNt - 22.10.2012, 14:49
Re: Problema Payday - by jamal1992 - 24.10.2012, 20:10
Re: Problema Payday - by DiGiTaL_AnGeL - 25.10.2012, 13:05
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiffeReNt - 01.11.2012, 18:11
Re: Probleme cu gamemode-ul "The Godfather", si altele - by jamal1992 - 14.11.2012, 04:56
Re: Probleme cu gamemode-ul "The Godfather", si altele - by DiGiTaL_AnGeL - 14.11.2012, 12:16
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Viken - 08.12.2012, 18:44
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Gabyyy - 09.12.2012, 10:15
Re: Probleme cu gamemode-ul "The Godfather", si altele - by Viken - 10.12.2012, 11:23
Wat System si alte Scripturi. - by Rien - 04.03.2013, 18:57
Re: Wat System si alte Scripturi. - by myhaitza97 - 04.03.2013, 19:02
Re: Wat System si alte Scripturi. - by Rien - 05.03.2013, 05:43
Re: Wat System si alte Scripturi. - by catamarg1 - 05.03.2013, 07:36
Re: Wat System si alte Scripturi. - by Rien - 05.03.2013, 08:08
Cum sa fac rost de pluginurile de ppc din lista: - by SkyRay - 17.08.2014, 14:31
Re: Probleme cu gamemode-ul "The Godfather", si altele - by HDITommy - 21.08.2015, 19:32

Forum Jump:


Users browsing this thread: 2 Guest(s)