Liberty Unleashed

Liberty Unleashed => Suggestions => Topic started by: rammar on May 19, 2010, 01:42:26 pm

Title: Use "PAGER"
Post by: rammar on May 19, 2010, 01:42:26 pm
please can you script, that we can scripter can use PAGER (announces or /pm(s)) is it possible?


(http://gta.cz/data/gta3/clanky/submise/tax2i.JPG)
Title: Re: Use "PAGER"
Post by: Windlord on May 19, 2010, 01:43:07 pm
Yes, that was implemented ages and ages and ages ago!
Title: Re: Use "PAGER"
Post by: rammar on May 19, 2010, 01:44:46 pm
ok i am sorry
please can you type there what is done? i want to suggest few usefuly things...thank you...
Title: Re: Use "PAGER"
Post by: Windlord on May 19, 2010, 02:08:06 pm
Everything will be revealed in due time :)
Title: Re: Use "PAGER"
Post by: VRocker on May 19, 2010, 05:37:34 pm
Heres your answer in a fancier way:

(http://img708.imageshack.us/img708/3930/screen015c.th.jpg) (http://img708.imageshack.us/i/screen015c.jpg/)

Uploaded with ImageShack.us (http://imageshack.us)

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 );
}
}

:)
Title: Re: Use "PAGER"
Post by: Jack Bauer on May 19, 2010, 05:55:41 pm
lol nice one
Title: Re: Use "PAGER"
Post by: rammar on May 19, 2010, 06:51:28 pm
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 );
}
}

:)



orgasmus i got i think
Title: Re: Use "PAGER"
Post by: Aaron on May 20, 2010, 08:06:51 pm
can it be changed to show up in the bottom right side of the screen?
Title: Re: Use "PAGER"
Post by: Force on May 20, 2010, 09:17:49 pm
Can only be shown in top left of the screen from what I've been testing.
Title: Re: Use "PAGER"
Post by: Stoku on May 20, 2010, 10:39:36 pm
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.
Title: Re: Use "PAGER"
Post by: W4R10CK on September 27, 2010, 02:57:42 pm
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.

Yes it is possible.