08.11.2012, 17:53
this is my command
Not tested but how make agait that command but then
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/searchcar", true))
{
new vehicleid = GetPlayerVehicleID(playerid);
if(GetVehicleModel(vehicleid) == 523 && GetVehicleModel(vehicleid) == 427 && GetVehicleModel(vehicleid) == 490 && GetVehicleModel(vehicleid) == 528 && GetVehicleModel(vehicleid) == 596 && GetVehicleModel(vehicleid) == 597 && GetVehicleModel(vehicleid) == 598 && GetVehicleModel(vehicleid) == 599 && GetVehicleModel(vehicleid) == 601)
SendClientMessage(playerid, -1, "Searched an car found something??");
GivePlayerWeapon(playerid, PossibleRandomWeapons[r][0], PossibleRandomWeapons[r][1]);
return 1;
Код:
With other cars and other thing ?? ik he need to return to that command please help but i dont now how to do?

