Quote:
|
Originally Posted by Dreftas
Quote:
|
Originally Posted by Raet
The idea of double clicking on a user's name to PM is nice but it shouldn't be limited to PMing. We should be able to script what double clicking will do.
Like
pawn Code:
public OnDblClickUser(...) {
return 1; }
Agreed?
|
I'm 101% agree with this 
|
I reckon we should be able to have a function like "OpenPlayerInputBox(playerid, string[]);"
What goes in the string part would be what automatically gets typed in, like /pm
pawn Code:
public OnDblClickUser(...)
{
OpenPlayerInputBox(playerid, "/pm");
return 1;
}
The box then opens and is started with /pm