08.08.2011, 18:09 
	
	
	
		I need the code to spawn a default maverick with zcmd include!
	
	
	
	
CMD:maverick(palyerid, params[]) {
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
    CreateVehicle(487, x+3, y, z, 900.00, -1, -1, -1);
    return 1;
}