Bookmark newsider.de Bookmark Readster.de add to Google Bookmark add to Yahoo MyWeb add to diigo Bookmark del.icio.us Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark yigg.de

Ausgewählte Bücher zur Weiterentwicklung oder als Nachschlagewerk

zur Bücherecke


MobileSider.de stellt die neusten HTC und Samsung-Handys vor.

Paste Informationen Paste von NeSAmoK am 30.07.2010 04:49:30 Syntax: text
Missbrauch melden | Download | Neue Paste
  1.                                 for(new h = 0; h < sizeof(SBizzInfo); h++)
  2.                                 {
  3.                                         if(IsATruck(tmpcar) && PlayerToPoint(6.0, i, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]))
  4.                                         {
  5.                                                 format(string, sizeof(string), "%s\nBenötigte Produkte: %d\nPreis pro Produkt: %d$\nGelder: %d$",SBizzInfo[h][sbMessage],(SBizzInfo[h][sbMaxProducts]-SBizzInfo[h][sbProducts]),SBizzInfo[h][sbPriceProd],SBizzInfo[h][sbTill]);
  6.                                                 Create3DTextLabel(string, 0x00CC33FF, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ], 7, 0, 1);
  7.                                                 return 1;
  8.                                         }
  9.                                         if(PlayerToPoint(6.0, i, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]))
  10.                                         {
  11.                                                 if(SBizzInfo[h][sbOwned] == 1)
  12.                                                 {
  13.                                                         format(string, sizeof(string), "%s\nBesitzer: %s\nErpressung: %s\nEintrittskosten: %d$ Level: %d \n/enter um reinzugehen",SBizzInfo[h][sbMessage],SBizzInfo[h][sbOwner],SBizzInfo[h][sbExtortion],SBizzInfo[h][sbEntranceCost],SBizzInfo[h][sbLevelNeeded]);
  14.                                                 }
  15.                                                 else
  16.                                                 {
  17.                                                         format(string, sizeof(string), "%s\nDieses Unternehmen ist zu verkaufen\nKosten: %d$ Level: %d \n/buybiz um es zu kaufen",SBizzInfo[h][sbMessage],SBizzInfo[h][sbBuyPrice],SBizzInfo[h][sbLevelNeeded]);
  18.                                                 }
  19.                                                 Create3DTextLabel(string, 0x00CC33FF, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ], 7, 0, 1);
  20.                                                 return 1;
  21.                                         }
  22.                                 }
  23.                                 for(new h = 0; h < sizeof(HouseInfo); h++)
  24.                                 {
  25.                                         if(PlayerToPoint(6.0, i, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]))
  26.                                         {
  27.                                                 if(HouseInfo[h][hOwned] == 1)
  28.                                                 {
  29.                                                         if(HouseInfo[h][hRentabil] == 0)
  30.                                                         {
  31.                                                                 format(string, sizeof(string), "Dieses Haus gehoert \n%s\nLevel: %d",HouseInfo[h][hOwner],HouseInfo[h][hLevel]);
  32.                                                         }
  33.                                                         else
  34.                                                         {
  35.                                                                 format(string, sizeof(string), "Dieses Haus gehoert\n%s\nMiete: %d$ Level: %d\nTippe /rentroom um einen Raum zu mieten",HouseInfo[h][hOwner],HouseInfo[h][hRent],HouseInfo[h][hLevel]);
  36.                                                         }
  37.                                                         Create3DTextLabel(string, 0x00CC33FF, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 7, 0, 1);
  38.                                                         return 1;
  39.                                                 }
  40.                                                 else
  41.                                                 {
  42.                                                         format(string, sizeof(string), "Dieses Haus ist zu kaufen\nBeschreibung: %s \nKosten: %d$\nLevel: %d\n/buyhouse um es zu kaufen",HouseInfo[h][hDiscription],HouseInfo[h][hValue],HouseInfo[h][hLevel]);
  43.                                                 }
  44.                                                 Create3DTextLabel(string, 0x00CC33FF, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 7, 0, 1);
  45.                                                 return 1;
  46.                                         }
  47.                                 }
PastBox
Sende eine Korrektur oder Änderung (oder hier für ein neues Paste)
Nach dem Absenden einer Änderung werden Sie in der Lage sein, die Unterschiede zwischen den alten und neuen Beiträge einfach darzustellen..

Syntax-Highlighting:

Um bestimmte Linien zu markieren, vor jede Zeile mit @@
(optional)

Namen merken


Wichtig! Deine IP wird mitgespeichert.
Impressum © 2003-2009 - pastebin.de