01.08.2013, 06:08
hey i want to use this command
when i press the letter h on vehicle or just give me code ill find the keys, so when i press H the flash will turn on plz help
for example
but with zcmd?
PHP код:
cmd(flash, playerid, params[])
for example
PHP код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys & YOUR_KEY)
{
OnPlayerCommandText("/refuel");
}
return true;
}

