15.10.2010, 18:36
pawn Код:
#
if (strcmp("/ccmds", cmdtext, true, 10) == 0)
#
{
#
SendClientMessage(playerid, COLOR_PINK, "( CAR COMMANDS COMING SOON!)");
#
return 1;
#
}
#
if (strcmp("/bcmds", cmdtext, true, 10) == 0)
#
{
#
SendClientMessage(playerid, COLOR_PINK, "( BIKE COMMANDS COMING SOON!)");
#
return 1;
#
}