01.06.2010, 18:16
Quote:
|
Originally Posted by DJDhan
Код:
if(!strcmp(cmdtext,"/carcolor",true,9)==0)
{
new tmp[24],tmp2[24],Index, color1,color2;
if(!strlen(tmp) || !strlen(tmp2)) return SendClientMessage(playerid,0xffffffaa,"Usage: /carcolor color1 color2");
color1=strtok(params,Index);
color2=strtok(params,Index);
ChangeVehicleColor(GetPlayerVehicleID(playerid),color1,color2);
return 1;
}
|

