SA-MP Forums Archive
putin ajutor - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Română/Romanian (https://sampforum.blast.hk/forumdisplay.php?fid=40)
+---- Thread: putin ajutor (/showthread.php?tid=524086)



putin ajutor - Pa1N - 05.07.2014

Код:
				    case 0:
				    {
     					new playername[MAX_PLAYER_NAME];
						GetPlayerName(playerid, playername, sizeof(playername));
					    if(strcmp(playername, BizzInfo[PlayerInfo[playerid][pPbiskey]][bOwner], true) == 0)
					    {
			       			new coordsstring[1024];
			       			new targetid;
							format(coordsstring, sizeof(coordsstring), "{FFFFFF}*** %s ***\n\nLocked: %d\nEntryFee: $%d\nTill: $%d\nProducts: %d/%d\nExtortion By: %s\n\n", BizzInfo[targetid][bMessage], BizzInfo[targetid][bLocked], BizzInfo[targetid][bEntranceCost], BizzInfo[targetid][bTill], BizzInfo[targetid][bProducts],BizzInfo[targetid][bMaxProducts], BizzInfo[targetid][bExtortion]);
							ShowPlayerDialog( playerid, 6518, DIALOG_STYLE_MSGBOX, "SERVER: Info Business", coordsstring, "Ok", "Return");
						}
						else
		    			if(PlayerInfo[playerid][pPbiskey] >= 100 && strcmp(playername, SBizzInfo[PlayerInfo[playerid][pPbiskey]-100][sbOwner], true) == 0)
		    			{
			       			new coordsstringi[1024];
			       			new targetid;
			       			new bouse = PlayerInfo[playerid][pPbiskey]-100;
							format(coordsstringi, sizeof(coordsstringi), "{FFFFFF}*** %s ***\n\nLocked: %d\nEntryFee: $%d\nTill: $%d\nProducts: %d/%d\nExtortion By: %s\n\n", SBizzInfo[targetid][sbMessage], SBizzInfo[targetid][sbLocked], SBizzInfo[targetid][sbEntranceCost], SBizzInfo[targetid][sbTill], SBizzInfo[targetid][sbProducts],SBizzInfo[targetid][sbMaxProducts], SBizzInfo[bouse][sbExtortion]);
							ShowPlayerDialog( playerid, 6519, DIALOG_STYLE_MSGBOX, "SERVER: Info Business", coordsstringi, "Ok", "Return");
						}
					}
ce este gresit? de ce imi apar decat info de la biz si nu si cele de jos cu sbiz?


Re: putin ajutor - DiGiTaL_AnGeL - 05.07.2014

Sterge "else".


Re: putin ajutor - Pa1N - 05.07.2014

s.a rezolvat, merci.