GM Text scroll code needed :(
#4

Use the example from that link where your point capture events are at (SendBoxMsg will send messages to that box).
pawn Код:
//------Example-------//
public OnPlayerConnect(playerid)
{
   new string[128],name[24];
   GetPlayerName(playerid,name,sizeof(name));
   format(string,sizeof(string),"%s has ~g~joined ~w~the server.",name);
   SendBoxMsg(string);
   return 1;
}
Reply


Messages In This Thread
GM Text scroll code needed :( - by Hittop65 - 16.12.2012, 21:14
Re: GM Text scroll code needed :( - by iWind - 16.12.2012, 22:09
Re: GM Text scroll code needed :( - by Hittop65 - 17.12.2012, 00:41
Re: GM Text scroll code needed :( - by zDevon - 17.12.2012, 00:44
Re: GM Text scroll code needed :( - by Hittop65 - 17.12.2012, 02:53
Re: GM Text scroll code needed :( - by Jarnu - 17.12.2012, 05:10
Re: GM Text scroll code needed :( - by CrazyChoco - 17.12.2012, 05:14
Re: GM Text scroll code needed :( - by Babul - 17.12.2012, 08:38
Re: GM Text scroll code needed :( - by Hittop65 - 17.12.2012, 09:00
[No subject] - by timaoux - 17.12.2012, 11:12

Forum Jump:


Users browsing this thread: 1 Guest(s)