Command help!
#4

Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if( ( newkeys & KEY_YES ) && !( oldkeys & KEY_YES ) )
    {
             CallLocalFunction( "OnPlayerCommandText", "is", playerid, "/robplace" );
    }
    return 1;
}
Reply


Messages In This Thread
Command help! - by Meow22 - 29.11.2013, 18:48
Re: Command help! - by Konstantinos - 29.11.2013, 18:52
Re: Command help! - by Meow22 - 29.11.2013, 18:59
Re: Command help! - by BizzyD - 29.11.2013, 19:13

Forum Jump:


Users browsing this thread: 1 Guest(s)