function onPlayerCommand( plr, cmd, text )
{
if ( cmd == "page" )
{
PagerMessage( "Hi rammar!", 250, 1, 2 );
}
}
Heres your answer in a fancier way:
([url]http://img708.imageshack.us/img708/3930/screen015c.th.jpg[/url]) ([url]http://img708.imageshack.us/i/screen015c.jpg/[/url])
Uploaded with ImageShack.us ([url]http://imageshack.us[/url])
This was done with a simple script which is:Code: (squirrel) [Select]function onPlayerCommand( plr, cmd, text )
{
if ( cmd == "page" )
{
PagerMessage( "Hi rammar!", 250, 1, 2 );
}
}
:)
can it be changed to show up in the bottom right side of the screen?It should be possible with some hacks.
can it be changed to show up in the bottom right side of the screen?It should be possible with some hacks.
/me slaps devs for reply.