ItsMods

Full Version: help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello
I would like to know what are the arguments or to give me the source code to run
iPrintLnBold (null, "^ 5iprintlnbold test!");

a message, it then appears in the center of the screen
.... null? Why..
(08-01-2012, 03:40)DidUknowiPwn Wrote: [ -> ].... null? Why..

friend I need is to be told the event, the function and return to use this event
So much broken English.....
You can just rather not react because I got no idea what you meant by that.
(08-01-2012, 17:09)alemonoes Wrote: [ -> ]
(08-01-2012, 03:40)DidUknowiPwn Wrote: [ -> ].... null? Why..

friend I need is to be told the event, the function and return to use this event

null is all clients on server
(08-01-2012, 17:33)JayDi Wrote: [ -> ]
(08-01-2012, 17:09)alemonoes Wrote: [ -> ]
(08-01-2012, 03:40)DidUknowiPwn Wrote: [ -> ].... null? Why..

friend I need is to be told the event, the function and return to use this event

null is all clients on server

public override void OnPlayerSpawned(ServerClient Client)
{
iPrintLnBold(null, "^5iprintlnbold test!");
}

why error
(08-01-2012, 17:53)alemonoes Wrote: [ -> ]
(08-01-2012, 17:33)JayDi Wrote: [ -> ]
(08-01-2012, 17:09)alemonoes Wrote: [ -> ]
(08-01-2012, 03:40)DidUknowiPwn Wrote: [ -> ].... null? Why..

friend I need is to be told the event, the function and return to use this event

null is all clients on server

public override void OnPlayerSpawned(ServerClient Client)
{
iPrintLnBold(null, "^5iprintlnbold test!");
}

why error

is it iPrintLnBold(MESSAGE, CLIENT);