31.08.2011, 13:44
pawn Code:
new vehid; // at the top of the script
if(!strcmp(cmdtext, "/pirmyn", true,17))
{
DestroyVehicle(vehic[vehid]);
vehid++
vehic[vehid] = CreateVehicle(401,-1954.6177,260.2105,35.5101,33.9648,0,0,-1);
return 1;
}