Szerző Téma: Simpa House System  (Megtekintve 921 alkalommal)

Heroic

  • Vendég
Simpa House System
« Dátum: 2011. Május 09. - 16:44:25 »
0 Show voters
stock GetHouseStats(playerid, hid)
{
   new str2[256];
   if(strcmp(hInfo[hid][Renter],\"ForRent\",true))
   {
      format(str2,sizeof(str2),\"Owned by: %s\\nRented by: %s\\nCost: %i\", hInfo[hid][Name], hInfo[hid][Renter], hInfo[hid][Cost]);
      GameTextForPlayer(playerid, str2, 3000, 4);
   }
   else
   {
      format(str2,sizeof(str2),\"Owned by: %s\\nCost: %i\", hInfo[hid][Name], hInfo[hid][Cost]);
      GameTextForPlayer(playerid, str2, 3000, 4);
   }
}

 
ház kiírás
az a gondom vele hogy amikor oda mék egy ház hoz
http://kephost.hu/kep/2011/05/sa_mp_006_2.png
igy adja ki
nekem meg
ugy kéne hogy
Owned By : Albus Sandor
Cost: 0
valaki segítsen plz

Simpa House System
« Válasz #1 Dátum: 2011. Május 09. - 16:59:46 »
0 Show voters
Talán GameTextben a \\n helyett  ~n~ jelet használj, hátha jobb lesz.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal