GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: Heroic - 2011. május 09. - 16:44:25

Cím: Simpa House System
Írta: Heroic - 2011. május 09. - 16:44:25
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
Cím: Simpa House System
Írta: Zsolesszka - 2011. május 09. - 16:59:46
Talán GameTextben a \\n helyett  ~n~ jelet használj, hátha jobb lesz.