03.12.2012, 11:52
Where is you "spawn car" part ?
Bather way is to forbid command if(DM[playerid] == true)
Bather way is to forbid command if(DM[playerid] == true)
pawn Код:
public OnVehicleSpawn(vehicleid)
{
if(DM[playerid] == true)
DestroyVehicle(vehicleid);
return 1;
}