I know how to use in GS1.. was curious if their is anything for GUI controls w/ it.
Hey.. uhh.. whats up w/ this:
PHP Code:
function onActionItemInfo(action)
{
switch (action)
{
case "getiteminfo":
{
player.chat = "Test";
break;
}
}
}
//#CLIENTSIDE
function onPlayerChats()
{
if (player.chat == "/products")
{
triggeraction(x, y, "iteminfo", "getiteminfo");
onCreateVars();
onDrawGui();
}
}