Set serveral strings into a gametext... Help please =)
#4

Try this:
pawn Код:
if(pickupid == GS-1)
{
  new string[128];
  format(string,sizeof(string),"~w~gunshop~n~owner: %s~n~entrance: %d~n~price: ~%c~%d",dini_Get("CLRP/Businesses/GS-1","Owner"),dini_Int("CLRP/Businesses/GS-1","Entrance"),dini_Int("CLRP/Businesses/GS-1","Sale") ? 'g' : 'r',dini_Int("CLRP/Businesses/GS-1","Sellprice"));
  GameTextForPlayer(playerid,string,6000,1);
}
Reply


Messages In This Thread
Set serveral strings into a gametext... Help please =) - by introzen - 19.08.2009, 20:47
Re: Set serveral strings into a gametext... Help please =) - by MatrixBoY - 19.08.2009, 20:49
Re: Set serveral strings into a gametext... Help please =) - by introzen - 19.08.2009, 20:53
Re: Set serveral strings into a gametext... Help please =) - by Amit_B - 19.08.2009, 21:16
Re: Set serveral strings into a gametext... Help please =) - by introzen - 19.08.2009, 21:30

Forum Jump:


Users browsing this thread: 1 Guest(s)