How to
#3

Quote:
Originally Posted by Hwang
Посмотреть сообщение
Example:
pawn Код:
if (PRESSED(KEY_CROUCH))
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, 754.16119, -40.84430, 999.99481))
{
OnPlayerCommandText(playerid, "/command");
}
}
ZCMD:

pawn Код:
if (PRESSED(KEY_CROUCH))
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, 754.16119, -40.84430, 999.99481))
{
cmd_command(playerid);
}
}
cmd_command, change u name.
And for Dcmd ? I have to change cmd_robstore to dcmd_robstore ?
Reply


Messages In This Thread
How to - by weedxd - 17.05.2014, 07:27
Re: How to - by Hwang - 17.05.2014, 07:42
Re: How to - by weedxd - 17.05.2014, 07:44
Re: How to - by Hwang - 17.05.2014, 07:46
Re: How to - by Ciandlah - 17.05.2014, 07:48
Re: How to - by weedxd - 17.05.2014, 07:48

Forum Jump:


Users browsing this thread: 2 Guest(s)